/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationKanaTest.java | 163 myCollation.setStrength(Collator.QUATERNARY); in TestKatakanaHiragana() 175 myCollation.setStrength(Collator.QUATERNARY); in TestChooonKigoo() 193 rb.setStrength(Collator.QUATERNARY); in TestCommonCharacters()
|
D | UCAConformanceTest.java | 133 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY); in setCollShifted()
|
D | CollationMiscTest.java | 536 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()
|
D | CollationAPITest.java | 943 collator.setStrength(Collator.QUATERNARY); 944 if (collator.getStrength() != Collator.QUATERNARY) {
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationKanaTest.java | 160 myCollation.setStrength(Collator.QUATERNARY); in TestKatakanaHiragana() 172 myCollation.setStrength(Collator.QUATERNARY); in TestChooonKigoo() 190 rb.setStrength(Collator.QUATERNARY); in TestCommonCharacters()
|
D | UCAConformanceTest.java | 130 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY); in setCollShifted()
|
D | CollationMiscTest.java | 533 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()
|
D | CollationAPITest.java | 940 collator.setStrength(Collator.QUATERNARY); 941 if (collator.getStrength() != Collator.QUATERNARY) {
|
/third_party/icu/icu4c/source/test/intltest/ |
D | jacoll.cpp | 159 myCollation->setStrength(Collator::QUATERNARY); in TestKatakanaHiragana() 174 myCollation->setStrength(Collator::QUATERNARY); in TestChooonKigoo()
|
D | g7coll.cpp | 107 myCollation->setStrength(Collator::QUATERNARY); in TestG7Locales()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringSearch.java | 427 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()
|
D | Collator.java | 180 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/ |
D | StringSearch.java | 442 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()
|
D | Collator.java | 184 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/ |
D | CollatorICU.java | 116 case Collator.QUATERNARY: in getStrength()
|
/third_party/icu/tools/multi/proj/provider/glue/ |
D | coll_fe.cpp | 99 return Collator::QUATERNARY; in _getECollationStrength() 116 case Collator::QUATERNARY : in _getUCollationStrength()
|
/third_party/boost/libs/locale/src/icu/ |
D | collator.cpp | 133 icu::Collator::QUATERNARY, in get_collator()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationSettings.java | 317 case Collator.QUATERNARY: in setStrength()
|
D | CollationBuilder.java | 490 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/ |
D | CollationSettings.java | 315 case Collator.QUATERNARY: in setStrength()
|
D | CollationBuilder.java | 486 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/ |
D | coll.h | 202 QUATERNARY = UCOL_QUATERNARY, // 3 enumerator
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | coll.h | 202 QUATERNARY = UCOL_QUATERNARY, // 3 enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | coll.h | 200 QUATERNARY = UCOL_QUATERNARY, // 3 enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | coll.h | 202 QUATERNARY = UCOL_QUATERNARY, // 3 enumerator
|