/external/icu/icu4c/source/i18n/ |
nfrule.cpp | 440 if (type.startsWith(UNICODE_STRING_SIMPLE("cardinal"))) { 443 else if (type.startsWith(UNICODE_STRING_SIMPLE("ordinal"))) { [all...] |
olsontz.cpp | 714 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)"); 715 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)"); [all...] |
chnsecal.cpp | 159 gChineseCalendarZoneAstroCalc = new SimpleTimeZone(CHINA_OFFSET, UNICODE_STRING_SIMPLE("CHINA_ZONE") );
|
numfmt.cpp | 939 : ICULocaleService(UNICODE_STRING_SIMPLE("Number Format")) [all...] |
calendar.cpp | 248 UnicodeString calendarKeyword = UNICODE_STRING_SIMPLE("calendar="); 428 id.append(UNICODE_STRING_SIMPLE("calendar=")); 505 : ICULocaleService(UNICODE_STRING_SIMPLE("Calendar")) [all...] |
coll.cpp | 157 : ICULocaleService(UNICODE_STRING_SIMPLE("Collator"))
|
nfrs.cpp | 177 name.setTo(UNICODE_STRING_SIMPLE("%default"));
|
region.cpp | 519 UnicodeString pat = UNICODE_STRING_SIMPLE("0");
|
reldatefmt.cpp | 674 result = UNICODE_STRING_SIMPLE("{1} {0}"); [all...] |
transreg.cpp | 600 entry->stringArg = UNICODE_STRING_SIMPLE("Any-NULL"); [all...] |
vtzone.cpp | 364 zonename += UNICODE_STRING_SIMPLE("(DST)"); 366 zonename += UNICODE_STRING_SIMPLE("(STD)"); [all...] |
collationbuilder.cpp | [all...] |
collationdatabuilder.cpp | [all...] |
/external/icu/icu4c/source/test/intltest/ |
ucharstrietest.cpp | 518 if(count!=20 || buffer!=UNICODE_STRING_SIMPLE(".abcdefghijklmnopqru")) { 525 if(count!=20 || buffer!=UNICODE_STRING_SIMPLE(".abcdefghijklmnopqru")) { [all...] |
colldata.cpp | 414 UnicodeSet hanRanges(UNICODE_STRING_SIMPLE("[:Unified_Ideograph:]"), status);
|
tufmtts.cpp | 527 assertEquals("TestBritishShortHourFallback()", UNICODE_STRING_SIMPLE("1 hr"), result, TRUE);
|
apicoll.cpp | 110 UnicodeString abau=UNICODE_STRING_SIMPLE("\\x61\\x62\\xe4").unescape(); 111 UnicodeString abss=UNICODE_STRING_SIMPLE("\\x61\\x62\\xdf").unescape(); [all...] |
intltest.cpp | 1011 msg2 = UNICODE_STRING_SIMPLE("(Known issue #") + 1012 UnicodeString(ticket, -1, US_INV) + UNICODE_STRING_SIMPLE(") ") + msg; [all...] |
caltest.cpp | 638 UnicodeString hebrew = UNICODE_STRING_SIMPLE("hebrew"); [all...] |
itspoof.cpp | 528 TEST_ASSERT(UNICODE_STRING_SIMPLE("Hang Latn") == scriptString);
|
tsmthred.cpp | [all...] |
testidna.cpp | [all...] |
/external/icu/icu4c/source/common/ |
uniset_props.cpp | 117 uni32Singleton = new UnicodeSet(UNICODE_STRING_SIMPLE("[:age=3.2:]"), errorCode); [all...] |
/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 662 t = Transliterator::createFromRules(UNICODE_STRING_SIMPLE("Uconv"), str, UTRANS_FORWARD, parse, err); [all...] |
/external/icu/icu4c/source/common/unicode/ |
unistr.h | 131 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1) [all...] |