/external/icu/icu4c/source/test/cintltst/ |
D | cjaptst.c | 221 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestKatakanaHiragana() 247 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestChooonKigoo()
|
D | cfrtst.c | 163 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestTertiary()
|
D | capitst.c | 109 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr() 1729 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestSortKeyBufferOverrun() 1830 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error); in TestAttribute() 1831 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY || in TestAttribute() 1943 log_verbose("Strength %s\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys() 1952 …while comparing prefixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys() 1958 …while comparing suffixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys() 1965 if(strength == UCOL_QUATERNARY) { in TestMergeSortKeys()
|
D | cg7coll.c | 150 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestG7Locales()
|
D | usrchdat.c | 196 …{" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_CO… 536 …{" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_CO…
|
D | callcoll.c | 161 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) { in sortKeyToString() 177 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == … in sortKeyToString()
|
D | cmsccoll.c | 207 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in BlackBirdTest() 301 UCOL_QUATERNARY, 1661 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY }; 2200 static const UColAttributeValue val[] = { UCOL_QUATERNARY }; in TestNewJapanese() 2203 static const UColAttributeValue valShifted[] = { UCOL_QUATERNARY, UCOL_SHIFTED }; in TestNewJapanese() 3480 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary() 4656 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestNonLeadBytesDuringCollationReordering()
|
/external/icu/icu4c/source/i18n/ |
D | ucoleitr.cpp | 252 if (strength >= UCOL_QUATERNARY) { in processCE() 259 if (strength >= UCOL_QUATERNARY) { in processCE()
|
D | collationsettings.cpp | 277 case UCOL_QUATERNARY: in setStrength()
|
D | collationbuilder.cpp | 708 if(strength == UCOL_QUATERNARY && ce == 0) { in addRelation() 766 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY); in findOrInsertNodeForCEs() 1416 if(strength == UCOL_QUATERNARY) { in makeTailoredCEs()
|
D | usearch.cpp | 163 if (strsrch->strength >= UCOL_QUATERNARY) { in getCE() 170 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) { in getCE() 3402 if ((strsrch->strength < UCOL_QUATERNARY && newStrength >= UCOL_QUATERNARY) || in usearch_reset() 3403 (strsrch->strength >= UCOL_QUATERNARY && newStrength < UCOL_QUATERNARY)) { in usearch_reset()
|
D | ucol_sit.cpp | 120 { '4', UCOL_QUATERNARY },
|
D | coll.cpp | 285 { "quaternary", UCOL_QUATERNARY },
|
D | collationruleparser.cpp | 223 strength = UCOL_QUATERNARY; in parseRelationOperator()
|
/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 222 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 212 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 105 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted()
|
D | colldata.cpp | 78 if (strength >= UCOL_QUATERNARY) { in CEList()
|
D | ssearch.cpp | 168 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;} in searchTest()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coll.h | 200 QUATERNARY = UCOL_QUATERNARY, // 3
|
D | ucol.h | 103 UCOL_QUATERNARY=3, enumerator
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 103 UCOL_QUATERNARY=3, enumerator
|
/external/v8/src/objects/ |
D | js-collator.cc | 110 case UCOL_QUATERNARY: in ResolvedOptions()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 171 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 659 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break; in CollPerfTest()
|