/external/icu4c/i18n/ |
tzgnames.cpp | 685 // If not BasicTimeZone... only if the instance is not an ICU's implementation. [all...] |
numfmt.cpp | 145 static icu::ICULocaleService* gService = NULL; 154 delete (icu::NumberingSystem *)obj; [all...] |
ucoleitr.cpp | 44 typedef struct icu::collIterate collIterator;
|
ucurr.cpp | 251 struct CReg : public icu::UMemory { 442 an old version of ICU that hasn't been updated yet. The latest currency is [all...] |
translit.cpp | 97 static icu::TransliteratorRegistry* registry = 0; [all...] |
ucol_sit.cpp | 600 return ((icu::Collator*)coll->delegate)->internalGetShortDefinitionString(locale,dst,capacity,*status); 865 * @draft ICU 3.4 [all...] |
/libcore/luni/src/main/java/java/util/ |
Date.java | 27 import libcore.icu.LocaleData;
|
Formatter.java | 33 import libcore.icu.LocaleData; 34 import libcore.icu.NativeDecimalFormat; [all...] |
/external/chromium/ |
Android.mk | 138 base/third_party/icu/icu_utf.cc \ 425 $(LOCAL_PATH)/third_party/icu/public/common \
|
/external/chromium/chrome/browser/task_manager/ |
task_manager.cc | 285 static icu::Collator* collator = NULL; 288 collator = icu::Collator::createInstance(create_status); [all...] |
/external/icu4c/common/ |
rbbi.cpp | 122 // stored in an ICU data file. [all...] |
rbbiscan.cpp | 75 icu::RBBISetTableEl *px = (icu::RBBISetTableEl *)p; 136 // This case happens if ICU's data is missing. UnicodeSet tries to look up property [all...] |
locid.cpp | 102 delete (icu::Locale *) obj; 135 // the current ICU default locale.) 487 // "canonicalize" the locale ID to ICU/Java format
|
/external/icu4c/data/coll/ |
colfiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/icu4c/data/curr/ |
resfiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/icu4c/data/lang/ |
resfiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/icu4c/data/region/ |
resfiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/icu4c/data/zone/ |
resfiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/libcore/luni/src/main/java/java/text/ |
SimpleDateFormat.java | 32 import libcore.icu.LocaleData; 33 import libcore.icu.TimeZoneNames; 96 * <p>The two pattern characters {@code L} and {@code c} are ICU-compatible extensions, not 201 // 'L' and 'c' are ICU-compatible extensions for stand-alone month and stand-alone weekday. 208 // The index of 'L' (cf. 'M') in the PATTERN_CHARS string. This is an ICU-compatible extension 211 // The index of 'c' (cf. 'E') in the PATTERN_CHARS string. This is an ICU-compatible extension [all...] |
/external/icu4c/test/intltest/ |
ustrtest.cpp | 186 // op+ is new in ICU 2.8 [all...] |
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 16 * Companion file to package.cpp. Deals with details of ICU data item formats. 393 icu::NativeItem nativePool; 471 udata_printError(ds, "icupkg/ucnv_enumDependencies(): too few bytes (%d after header) for an ICU .cnv conversion table\n", 489 udata_printError(ds, "icupkg/ucnv_enumDependencies(): too few bytes (%d after headers) for an ICU MBCS .cnv conversion table\n", 522 udata_printError(ds, "icupkg/ucnv_enumDependencies(): too few bytes (%d after headers) for an ICU MBCS .cnv conversion table with extension data\n", 544 // ICU data formats -------------------------------------------------------- ***
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
MccTable.java | 34 import libcore.icu.TimeZoneNames;
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeDecimalFormat.java | 17 package libcore.icu; 95 * The address of the ICU DecimalFormat* on the native heap. 100 * The last pattern we gave to ICU, so we can make repeated applications cheap. 509 // Utility to get information about field positions from native (ICU) code. 600 // The new java field attributes are all objects. ICU assigns the values
|
/external/icu4c/data/locales/ |
resfiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/harfbuzz_ng/test/api/ |
test-unicode.c | 33 /* Unit tests for hb-icu.h */ 40 #include <hb-icu.h> 499 /* These tests are from Unicode 5.2 onward and older glib/ICU 923 hb_test_add_data_flavor (hb_icu_get_unicode_funcs (), "icu", test_unicode_properties); 924 hb_test_add_data_flavor (hb_icu_get_unicode_funcs (), "icu", test_unicode_normalization); 925 hb_test_add_data_flavor ((gconstpointer) script_roundtrip_icu, "icu", test_unicode_script_roundtrip);
|