/external/libchrome/sandbox/win/tools/finder/ |
D | ntundoc.h | 18 } UNICODE_STRING; typedef 21 UNICODE_STRING ObjectName; 22 UNICODE_STRING ObjectTypeName; 29 UNICODE_STRING *ObjectName; 44 UNICODE_STRING TypeName; 59 UNICODE_STRING Name; 84 UNICODE_STRING ObjectName;
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfst.cpp | 38 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()
|
D | tolowtrn.cpp | 29 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | toupptrn.cpp | 29 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | uni2name.cpp | 35 Transliterator(UNICODE_STRING("Any-Name", 8), adoptedFilter) { in UnicodeNameTransliterator()
|
D | titletrn.cpp | 29 CaseMapTransliterator(UNICODE_STRING("Any-Title", 9), NULL) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | brktrans.cpp | 41 Transliterator(UNICODE_STRING("Any-BreakInternal", 17), adoptedFilter), in BreakTransliterator()
|
D | name2uni.cpp | 62 Transliterator(UNICODE_STRING("Name-Any", 8), adoptedFilter) { in NameUnicodeTransliterator()
|
D | reldtfmt.cpp | 206 …relativeDayString.findAndReplace(UNICODE_STRING("'", 1), UNICODE_STRING("''", 2)); // double any e… in format()
|
/external/libchrome/sandbox/win/src/ |
D | nt_internals.h | 42 } UNICODE_STRING; typedef 43 typedef UNICODE_STRING *PUNICODE_STRING; 44 typedef const UNICODE_STRING *PCUNICODE_STRING; 459 UNICODE_STRING SectionFileName; 489 UNICODE_STRING ObjectName; 490 UNICODE_STRING ObjectTypeName; 503 UNICODE_STRING TypeName; 532 UNICODE_STRING Name; 576 UNICODE_STRING ObjectName;
|
D | policy_engine_params.h | 164 class ParameterSetEx<UNICODE_STRING> : public ParameterSet {
|
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 519 if (opt == UNICODE_STRING("chain", 5)) { in doParseActions() 521 } else if (opt == UNICODE_STRING("LBCMNoChain", 11)) { in doParseActions() 523 } else if (opt == UNICODE_STRING("forward", 7)) { in doParseActions() 525 } else if (opt == UNICODE_STRING("reverse", 7)) { in doParseActions() 527 } else if (opt == UNICODE_STRING("safe_forward", 12)) { in doParseActions() 529 } else if (opt == UNICODE_STRING("safe_reverse", 12)) { in doParseActions() 531 } else if (opt == UNICODE_STRING("lookAheadHardBreak", 18)) { in doParseActions()
|
D | rbbisetb.cpp | 445 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()
|
D | brkiter.cpp | 234 : ICULocaleService(UNICODE_STRING("Break Iterator", 14)) in ICUBreakIteratorService()
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/misc/ |
D | tricky-reordering.txt | 2 ./hb-unicode-encode UNICODE_STRING...
|
/external/icu/icu4c/source/test/intltest/ |
D | datadrivennumberformattestsuite.cpp | 56 if (fFileLine.startsWith(UNICODE_STRING("test ", 5))) { in run() 59 } else if(fFileLine.startsWith(UNICODE_STRING("set ", 4))) { in run() 61 } else if(fFileLine.startsWith(UNICODE_STRING("begin", 5))) { in run()
|
D | ustrtest.cpp | 137 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape(); in TestBasicManipulation() 422 UnicodeString s=UNICODE_STRING("a\\u0308b", 8).unescape(); in TestCompare() 471 if(test5!=UNICODE_STRING("Now is ", 7)) { in TestExtract() 571 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape(); in TestExtract() 1014 test=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape(); in TestReverse() 1118 test1=UNICODE_STRING("la", 2); in TestMiscellaneous() 1119 test1.append(UNICODE_STRING(" lila", 5).getTerminatedBuffer(), 0, -1); in TestMiscellaneous() 1120 if(test1!=UNICODE_STRING("la lila", 7)) { in TestMiscellaneous() 1124 test1.insert(3, UNICODE_STRING("dudum ", 6), 0, INT32_MAX); in TestMiscellaneous() 1125 if(test1!=UNICODE_STRING("la dudum lila", 13)) { in TestMiscellaneous() [all …]
|
D | collationtest.cpp | 1120 if(fileLine.compare(start, 7, UNICODE_STRING("reorder", 7)) == 0) { in parseAndSetAttribute() 1132 if(attrString == UNICODE_STRING("maxVariable", 11)) { in parseAndSetAttribute() 1134 if(valueString == UNICODE_STRING("space", 5)) { in parseAndSetAttribute() 1136 } else if(valueString == UNICODE_STRING("punct", 5)) { in parseAndSetAttribute() 1138 } else if(valueString == UNICODE_STRING("symbol", 6)) { in parseAndSetAttribute() 1140 } else if(valueString == UNICODE_STRING("currency", 8)) { in parseAndSetAttribute() 1761 UnicodeString prevFileLine = UNICODE_STRING("(none)", 6); in checkCompareStrings() 1834 if(fileLine.startsWith(UNICODE_STRING("** test: ", 9))) { in TestDataDriven() 1838 } else if(fileLine == UNICODE_STRING("@ root", 6)) { in TestDataDriven() 1841 } else if(fileLine.startsWith(UNICODE_STRING("@ locale ", 9))) { in TestDataDriven() [all …]
|
D | convtest.cpp | 149 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()
|
D | mnkytst.cpp | 75 …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()
|
D | msfmrgts.cpp | 877 UNICODE_STRING(" client personnel.", 18), in Test4142938() 878 UNICODE_STRING(" clients personnels.", 20) in Test4142938()
|
D | strtest.cpp | 113 UnicodeString ustringVar=UNICODE_STRING("aZ0 -", 5); in Test_UNICODE_STRING()
|
/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 523 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/ |
D | unistr.h | 114 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs),… macro 116 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length) macro 118 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length) macro 120 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV) macro 136 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
|
/external/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 248 if(attName==UNICODE_STRING("encoding", 8)) { in parseFile()
|