mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-5996 remove zrule, vzone, ztrans from API.
X-SVN-Rev: 27390
This commit is contained in:
parent
2ce92e1323
commit
a0763011b5
7 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 2009-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
|||
#include "unicode/utypes.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/uobject.h"
|
||||
#include "unicode/vzone.h"
|
||||
#include "vzone.h"
|
||||
#include "unicode/vtzone.h"
|
||||
#include "cmemory.h"
|
||||
#include "unicode/ustring.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2007-2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 2009-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@
|
|||
#define __VZONE_H
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ztrans.h"
|
||||
#include "ztrans.h"
|
||||
|
||||
#ifndef UCNV_H
|
||||
struct VZone;
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 2009-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
|||
#include "unicode/utypes.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/uobject.h"
|
||||
#include "unicode/zrule.h"
|
||||
#include "zrule.h"
|
||||
#include "unicode/tzrule.h"
|
||||
#include "cmemory.h"
|
||||
#include "unicode/ustring.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 2009-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 2009-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
|||
#include "unicode/utypes.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/uobject.h"
|
||||
#include "unicode/ztrans.h"
|
||||
#include "ztrans.h"
|
||||
#include "unicode/tztrans.h"
|
||||
#include "cmemory.h"
|
||||
#include "unicode/ustring.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 2009-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
|
@ -22,9 +22,9 @@
|
|||
#include "unicode/tztrans.h"
|
||||
#include "unicode/vtzone.h"
|
||||
#include "tzrulets.h"
|
||||
#include "unicode/zrule.h"
|
||||
#include "unicode/ztrans.h"
|
||||
#include "unicode/vzone.h"
|
||||
#include "zrule.h"
|
||||
#include "ztrans.h"
|
||||
#include "vzone.h"
|
||||
#include "cmemory.h"
|
||||
|
||||
#define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
|
||||
|
|
Loading…
Add table
Reference in a new issue