Home
last modified time | relevance | path

Searched refs:QUATERNARY (Results 1 – 25 of 42) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationKanaTest.java163 myCollation.setStrength(Collator.QUATERNARY); in TestKatakanaHiragana()
175 myCollation.setStrength(Collator.QUATERNARY); in TestChooonKigoo()
193 rb.setStrength(Collator.QUATERNARY); in TestCommonCharacters()
DUCAConformanceTest.java133 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY); in setCollShifted()
DCollationMiscTest.java536 Object[] val = { new Integer(Collator.QUATERNARY), }; in TestNewJapanese()
539 Object valShifted[] = { new Integer(Collator.QUATERNARY), in TestNewJapanese()
969 coll.setStrength(Collator.QUATERNARY); in TestBlackBird()
1735 if (strength == Collator.QUATERNARY) { in TestMergeSortKeys()
2216 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE }; in TestUpperFirstQuaternary()
3207 myCollation.setStrength(Collator.QUATERNARY); in TestNonLeadBytesDuringCollationReordering()
DCollationAPITest.java943 collator.setStrength(Collator.QUATERNARY);
944 if (collator.getStrength() != Collator.QUATERNARY) {
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationKanaTest.java160 myCollation.setStrength(Collator.QUATERNARY); in TestKatakanaHiragana()
172 myCollation.setStrength(Collator.QUATERNARY); in TestChooonKigoo()
190 rb.setStrength(Collator.QUATERNARY); in TestCommonCharacters()
DUCAConformanceTest.java130 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY); in setCollShifted()
DCollationMiscTest.java533 Object[] val = { new Integer(Collator.QUATERNARY), }; in TestNewJapanese()
536 Object valShifted[] = { new Integer(Collator.QUATERNARY), in TestNewJapanese()
966 coll.setStrength(Collator.QUATERNARY); in TestBlackBird()
1732 if (strength == Collator.QUATERNARY) { in TestMergeSortKeys()
2213 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE }; in TestUpperFirstQuaternary()
3204 myCollation.setStrength(Collator.QUATERNARY); in TestNonLeadBytesDuringCollationReordering()
DCollationAPITest.java940 collator.setStrength(Collator.QUATERNARY);
941 if (collator.getStrength() != Collator.QUATERNARY) {
/third_party/icu/icu4c/source/test/intltest/
Djacoll.cpp159 myCollation->setStrength(Collator::QUATERNARY); in TestKatakanaHiragana()
174 myCollation->setStrength(Collator::QUATERNARY); in TestChooonKigoo()
Dg7coll.cpp107 myCollation->setStrength(Collator::QUATERNARY); in TestG7Locales()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java427 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY) in reset()
428 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) { in reset()
618 if (strength_ >= Collator.QUATERNARY) { in getCE()
624 … } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) { in getCE()
1688 if (strength_ >= Collator.QUATERNARY) { in processCE()
1695 if (strength_ >= Collator.QUATERNARY) { in processCE()
DCollator.java180 public final static int QUATERNARY = 3; field in Collator
674 coll.setStrength(strength <= Collator.QUATERNARY ? strength : Collator.IDENTICAL); in setAttributesFromKeywords()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java442 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY) in reset()
443 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) { in reset()
635 if (strength_ >= Collator.QUATERNARY) { in getCE()
641 … } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) { in getCE()
1704 if (strength_ >= Collator.QUATERNARY) { in processCE()
1711 if (strength_ >= Collator.QUATERNARY) { in processCE()
DCollator.java184 public final static int QUATERNARY = 3; field in Collator
704 coll.setStrength(strength <= Collator.QUATERNARY ? strength : Collator.IDENTICAL); in setAttributesFromKeywords()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCollatorICU.java116 case Collator.QUATERNARY: in getStrength()
/third_party/icu/tools/multi/proj/provider/glue/
Dcoll_fe.cpp99 return Collator::QUATERNARY; in _getECollationStrength()
116 case Collator::QUATERNARY : in _getUCollationStrength()
/third_party/boost/libs/locale/src/icu/
Dcollator.cpp133 icu::Collator::QUATERNARY, in get_collator()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationSettings.java317 case Collator.QUATERNARY: in setStrength()
DCollationBuilder.java490 if(strength == Collator.QUATERNARY && ce == 0) { in addRelation()
533 assert(Collator.PRIMARY <= strength && strength <= Collator.QUATERNARY); in findOrInsertNodeForCEs()
1162 if(strength == Collator.QUATERNARY) {
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationSettings.java315 case Collator.QUATERNARY: in setStrength()
DCollationBuilder.java486 if(strength == Collator.QUATERNARY && ce == 0) { in addRelation()
529 assert(Collator.PRIMARY <= strength && strength <= Collator.QUATERNARY); in findOrInsertNodeForCEs()
1158 if(strength == Collator.QUATERNARY) {
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcoll.h202 QUATERNARY = UCOL_QUATERNARY, // 3 enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Dcoll.h202 QUATERNARY = UCOL_QUATERNARY, // 3 enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dcoll.h200 QUATERNARY = UCOL_QUATERNARY, // 3 enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dcoll.h202 QUATERNARY = UCOL_QUATERNARY, // 3 enumerator

12