Home
last modified time | relevance | path

Searched refs:UNICODE_STRING (Results 1 – 25 of 29) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dsmpdtfst.cpp38 fDateIgnorables = new UnicodeSet(UNICODE_STRING("[-,./[:whitespace:]]", 20), status); in SimpleDateFormatStaticSets()
39 fTimeIgnorables = new UnicodeSet(UNICODE_STRING("[-.:[:whitespace:]]", 19), status); in SimpleDateFormatStaticSets()
40 fOtherIgnorables = new UnicodeSet(UNICODE_STRING("[:whitespace:]", 14), status); in SimpleDateFormatStaticSets()
Dtoupptrn.cpp29 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtolowtrn.cpp29 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Duni2name.cpp35 Transliterator(UNICODE_STRING("Any-Name", 8), adoptedFilter) { in UnicodeNameTransliterator()
Dtitletrn.cpp29 CaseMapTransliterator(UNICODE_STRING("Any-Title", 9), NULL) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dbrktrans.cpp39 Transliterator(UNICODE_STRING("Any-BreakInternal", 17), adoptedFilter), in BreakTransliterator()
Dname2uni.cpp62 Transliterator(UNICODE_STRING("Name-Any", 8), adoptedFilter) { in NameUnicodeTransliterator()
Dreldtfmt.cpp206 …relativeDayString.findAndReplace(UNICODE_STRING("'", 1), UNICODE_STRING("''", 2)); // double any e… in format()
/external/icu/icu4c/source/common/
Drbbiscan.cpp487 if (opt == UNICODE_STRING("chain", 5)) { in doParseActions()
489 } else if (opt == UNICODE_STRING("LBCMNoChain", 11)) { in doParseActions()
491 } else if (opt == UNICODE_STRING("forward", 7)) { in doParseActions()
493 } else if (opt == UNICODE_STRING("reverse", 7)) { in doParseActions()
495 } else if (opt == UNICODE_STRING("safe_forward", 12)) { in doParseActions()
497 } else if (opt == UNICODE_STRING("safe_reverse", 12)) { in doParseActions()
499 } else if (opt == UNICODE_STRING("lookAheadHardBreak", 18)) { in doParseActions()
Drbbisetb.cpp445 UnicodeString setName = UNICODE_STRING("anon", 4); in printRanges()
485 UnicodeString setName = UNICODE_STRING("anon", 4); in printRangeGroups()
536 setName = UNICODE_STRING("anonymous", 9); in printSets()
684 … if (setName.compare(UNICODE_STRING("dictionary", 10)) == 0) { // TODO: no string literals. in setDictionaryFlag()
Dbrkiter.cpp233 : ICULocaleService(UNICODE_STRING("Break Iterator", 14)) in ICUBreakIteratorService()
/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp145 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape(); in TestBasicManipulation()
430 UnicodeString s=UNICODE_STRING("a\\u0308b", 8).unescape(); in TestCompare()
479 if(test5!=UNICODE_STRING("Now is ", 7)) { in TestExtract()
579 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape(); in TestExtract()
1022 test=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape(); in TestReverse()
1126 test1=UNICODE_STRING("la", 2); in TestMiscellaneous()
1127 test1.append(UNICODE_STRING(" lila", 5).getTerminatedBuffer(), 0, -1); in TestMiscellaneous()
1128 if(test1!=UNICODE_STRING("la lila", 7)) { in TestMiscellaneous()
1132 test1.insert(3, UNICODE_STRING("dudum ", 6), 0, INT32_MAX); in TestMiscellaneous()
1133 if(test1!=UNICODE_STRING("la dudum lila", 13)) { in TestMiscellaneous()
[all …]
Dcollationtest.cpp1123 if(fileLine.compare(start, 7, UNICODE_STRING("reorder", 7)) == 0) { in parseAndSetAttribute()
1135 if(attrString == UNICODE_STRING("maxVariable", 11)) { in parseAndSetAttribute()
1137 if(valueString == UNICODE_STRING("space", 5)) { in parseAndSetAttribute()
1139 } else if(valueString == UNICODE_STRING("punct", 5)) { in parseAndSetAttribute()
1141 } else if(valueString == UNICODE_STRING("symbol", 6)) { in parseAndSetAttribute()
1143 } else if(valueString == UNICODE_STRING("currency", 8)) { in parseAndSetAttribute()
1764 UnicodeString prevFileLine = UNICODE_STRING("(none)", 6); in checkCompareStrings()
1837 if(fileLine.startsWith(UNICODE_STRING("** test: ", 9))) { in TestDataDriven()
1841 } else if(fileLine == UNICODE_STRING("@ root", 6)) { in TestDataDriven()
1844 } else if(fileLine.startsWith(UNICODE_STRING("@ locale ", 9))) { in TestDataDriven()
[all …]
Dconvtest.cpp149 if(s==UNICODE_STRING("invalid", 7)) { in TestToUnicode()
151 } else if(s==UNICODE_STRING("illegal", 7)) { in TestToUnicode()
153 } else if(s==UNICODE_STRING("truncated", 9)) { in TestToUnicode()
155 } else if(s==UNICODE_STRING("illesc", 6)) { in TestToUnicode()
157 } else if(s==UNICODE_STRING("unsuppesc", 9)) { in TestToUnicode()
271 if(s==UNICODE_STRING("invalid", 7)) { in TestFromUnicode()
273 } else if(s==UNICODE_STRING("illegal", 7)) { in TestFromUnicode()
275 } else if(s==UNICODE_STRING("truncated", 9)) { in TestFromUnicode()
Dmnkytst.cpp75 …errln(UNICODE_STRING("CollationMonkeyTest::TestCollationKey(): source is empty - ICU_DATA not set … in TestCollationKey()
147 …errln(UNICODE_STRING("CollationMonkeyTest::TestCompare(): source is empty - ICU_DATA not set or da… in TestCompare()
Dmsfmrgts.cpp877 UNICODE_STRING(" client personnel.", 18), in Test4142938()
878 UNICODE_STRING(" clients personnels.", 20) in Test4142938()
Dstrtest.cpp112 UnicodeString ustringVar=UNICODE_STRING("aZ0 -", 5); in Test_UNICODE_STRING()
Dnumrgts.cpp2311 if (fmt.format((int32_t)-1, s, pos) != UNICODE_STRING("^1", 2)) {
2327 if (fmt.format(0.25, s, pos) != UNICODE_STRING("25^", 3)) {
2343 if (fmt.format(0.25, s, pos) != UNICODE_STRING("250^", 4)) {
Dtztest.cpp1850 UNICODE_STRING("nov-feb", 7), in TestFebruary()
1865 UNICODE_STRING("nov-feb2", 8), in TestFebruary()
Dplurults.cpp598 if (keyword != UNICODE_STRING("two", 3)) { in testOrdinal()
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/misc/
Dtricky-reordering.txt2 ./hb-unicode-encode UNICODE_STRING...
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp523 UnicodeString invariantOnly=UNICODE_STRING("such characters are safe 123 %-.", 32); in demoUnicodeStringInit()
556 UnicodeString german=UNICODE_STRING( in demoUnicodeStringInit()
/external/icu/icu4c/source/common/unicode/
Dunistr.h115 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs),… macro
117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length) macro
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length) macro
121 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV) macro
137 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp248 if(attName==UNICODE_STRING("encoding", 8)) { in parseFile()
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c394 UNICODE_STRING UnicodeString; in _OpenNtName()

12