/external/icu/icu4c/source/test/cintltst/ |
D | cjaptst.c | 219 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestKatakanaHiragana() 245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestChooonKigoo()
|
D | cfrtst.c | 160 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestTertiary()
|
D | cg7coll.c | 148 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestG7Locales()
|
D | capitst.c | 107 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr() 1727 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestSortKeyBufferOverrun() 1828 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error); in TestAttribute() 1829 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY || in TestAttribute() 1941 log_verbose("Strength %s\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys() 1950 …while comparing prefixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys() 1956 …while comparing suffixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys() 1963 if(strength == UCOL_QUATERNARY) { in TestMergeSortKeys()
|
D | usrchdat.c | 194 …{" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_CO… 534 …{" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_CO…
|
D | callcoll.c | 157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) { in sortKeyToString() 173 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == … in sortKeyToString()
|
D | cmsccoll.c | 208 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in BlackBirdTest() 302 UCOL_QUATERNARY, 1665 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY }; 2204 static const UColAttributeValue val[] = { UCOL_QUATERNARY }; in TestNewJapanese() 2207 static const UColAttributeValue valShifted[] = { UCOL_QUATERNARY, UCOL_SHIFTED }; in TestNewJapanese() 3484 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary() 4660 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestNonLeadBytesDuringCollationReordering()
|
/external/icu/icu4c/source/i18n/ |
D | ucoleitr.cpp | 250 if (strength >= UCOL_QUATERNARY) { in processCE() 257 if (strength >= UCOL_QUATERNARY) { in processCE()
|
D | collationsettings.cpp | 275 case UCOL_QUATERNARY: in setStrength()
|
D | collationbuilder.cpp | 706 if(strength == UCOL_QUATERNARY && ce == 0) { in addRelation() 764 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY); in findOrInsertNodeForCEs() 1414 if(strength == UCOL_QUATERNARY) { in makeTailoredCEs()
|
D | usearch.cpp | 161 if (strsrch->strength >= UCOL_QUATERNARY) { in getCE() 168 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) { in getCE() 3400 if ((strsrch->strength < UCOL_QUATERNARY && newStrength >= UCOL_QUATERNARY) || in usearch_reset() 3401 (strsrch->strength >= UCOL_QUATERNARY && newStrength < UCOL_QUATERNARY)) { in usearch_reset()
|
D | ucol_sit.cpp | 118 { '4', UCOL_QUATERNARY },
|
D | coll.cpp | 281 { "quaternary", UCOL_QUATERNARY },
|
D | collationruleparser.cpp | 221 strength = UCOL_QUATERNARY; in parseRelationOperator()
|
/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 207 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 103 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted()
|
D | colldata.cpp | 79 if (strength >= UCOL_QUATERNARY) { in CEList()
|
D | ssearch.cpp | 167 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;} in searchTest()
|
D | apicoll.cpp | 1497 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error); in TestAttribute() 1498 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY || in TestAttribute()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coll.h | 198 QUATERNARY = UCOL_QUATERNARY, // 3
|
D | ucol.h | 101 UCOL_QUATERNARY=3, enumerator
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 172 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
|
/external/v8/src/ |
D | i18n.cc | 593 case UCOL_QUATERNARY: in SetResolvedCollatorSettings()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 653 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break; in CollPerfTest()
|