Home
last modified time | relevance | path

Searched refs:getCollator (Results 1 - 25 of 40) sorted by relevance

12

/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java558 RuleBasedCollator getCollator(String collator) { in getCollator() method in SearchTest
583 Collator collator = getCollator(search.collator); in assertCanonicalEqual()
615 Collator collator = getCollator(search.collator); in assertEqual()
643 Collator collator = getCollator(search.collator); in assertEqualWithAttribute()
759 || !search.getCollator().equals(defaultcollator) in TestConstructor()
766 || !search.getCollator().equals(m_fr_fr_) in TestConstructor()
777 || !search.getCollator().equals(Collator.getInstance(de)) in TestConstructor()
787 || !search.getCollator().equals(m_fr_fr_) in TestConstructor()
835 RuleBasedCollator collator = getCollator(search.collator); in TestBreakIterator()
883 RuleBasedCollator collator = getCollator(searc in TestBreakIteratorCanonical()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
H A DSearchTest.java561 RuleBasedCollator getCollator(String collator) { in getCollator() method in SearchTest
586 Collator collator = getCollator(search.collator); in assertCanonicalEqual()
618 Collator collator = getCollator(search.collator); in assertEqual()
646 Collator collator = getCollator(search.collator); in assertEqualWithAttribute()
762 || !search.getCollator().equals(defaultcollator) in TestConstructor()
769 || !search.getCollator().equals(m_fr_fr_) in TestConstructor()
780 || !search.getCollator().equals(Collator.getInstance(de)) in TestConstructor()
790 || !search.getCollator().equals(m_fr_fr_) in TestConstructor()
838 RuleBasedCollator collator = getCollator(search.collator); in TestBreakIterator()
886 RuleBasedCollator collator = getCollator(searc in TestBreakIteratorCanonical()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp183 RuleBasedCollator * StringSearchTest::getCollator(const char *collator) in getCollator() function in StringSearchTest
467 Collator *collator = getCollator(search->collator); in assertEqual()
524 Collator *collator = getCollator(search->collator); in assertCanonicalEqual()
577 Collator *collator = getCollator(search->collator); in assertEqualWithAttribute()
759 if (*(copy->getCollator()) != *(result->getCollator()) || in TestInitialization()
773 if (*(copy->getCollator()) != *(result->getCollator()) || in TestInitialization()
797 if (*(copy->getCollator()) != *(result->getCollator()) || in TestInitialization()
[all...]
H A Dsrchtest.h41 RuleBasedCollator * getCollator(const char *collator);
H A Dcolldata.h230 UCollator *getCollator() const;
H A Dalphaindextst.cpp117 TEST_ASSERT(originalColl == &index->getCollator()); in APITest()
161 const RuleBasedCollator &indexCol = index->getCollator(); in APITest()
332 if (index->getCollator().getReorderCodes(reorderCodes, UPRV_LENGTHOF(reorderCodes), status) > 0) { in APITest()
H A Dcolldata.cpp477 UCollator *CollData::getCollator() const in getCollator() function in CollData
/third_party/icu/icu4c/source/i18n/unicode/
H A Dstsearch.h101 * from <tt>getCollator</tt> and using the APIs in <tt>coll.h</tt>.
367 RuleBasedCollator * getCollator() const;
H A Drbnf.h1085 const RuleBasedCollator * getCollator() const;
H A Dalphaindex.h381 virtual const RuleBasedCollator &getCollator() const;
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dstsearch.h101 * from <tt>getCollator</tt> and using the APIs in <tt>coll.h</tt>.
367 RuleBasedCollator * getCollator() const;
H A Dalphaindex.h381 virtual const RuleBasedCollator &getCollator() const;
H A Drbnf.h1087 const RuleBasedCollator * getCollator() const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dstsearch.h101 * from <tt>getCollator</tt> and using the APIs in <tt>coll.h</tt>.
367 RuleBasedCollator * getCollator() const;
H A Dalphaindex.h381 virtual const RuleBasedCollator &getCollator() const;
H A Drbnf.h1064 const RuleBasedCollator * getCollator() const;
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java82 Collator coll = gp.getCollator(); in TestDefault()
794 Collator coll = gp.getCollator(); in TestCollator()
803 coll = gp.getCollator(); in TestCollator()
817 coll = gp.getCollator(); in TestCollator()
829 coll = gp.getCollator(); in TestCollator()
855 coll = gp1.getCollator(); in TestCollator()
866 coll = gp1.getCollator(); in TestCollator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java85 Collator coll = gp.getCollator(); in TestDefault()
797 Collator coll = gp.getCollator(); in TestCollator()
806 coll = gp.getCollator(); in TestCollator()
820 coll = gp.getCollator(); in TestCollator()
832 coll = gp.getCollator(); in TestCollator()
858 coll = gp1.getCollator(); in TestCollator()
869 coll = gp1.getCollator(); in TestCollator()
/third_party/icu/icu4c/source/i18n/
H A Dstsearch.cpp250 RuleBasedCollator * StringSearch::getCollator() const in getCollator() function in StringSearch
289 getCollator(), in safeClone()
H A Dnfrule.cpp1311 const RuleBasedCollator* collator = formatter->getCollator();
1590 const RuleBasedCollator* collator = formatter->getCollator();
/third_party/node/deps/icu-small/source/i18n/
H A Dstsearch.cpp251 RuleBasedCollator * StringSearch::getCollator() const in getCollator() function in StringSearch
290 getCollator(), in safeClone()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstsearch.cpp250 RuleBasedCollator * StringSearch::getCollator() const in getCollator() function in StringSearch
289 getCollator(), in safeClone()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java251 RuleBasedCollator collator = alphabeticIndex.getCollator(); in TestFirstCharacters()
412 + index.getCollator().getLocale(ULocale.ACTUAL_LOCALE)); in checkBuckets()
613 RuleBasedCollator collator = alphabeticIndex.getCollator(); in TestClientSupport()
1066 Collator.IDENTICAL, index.getCollator().getStrength()); in TestFrozenCollator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DAlphabeticIndexTest.java254 RuleBasedCollator collator = alphabeticIndex.getCollator(); in TestFirstCharacters()
415 + index.getCollator().getLocale(ULocale.ACTUAL_LOCALE)); in checkBuckets()
616 RuleBasedCollator collator = alphabeticIndex.getCollator(); in TestClientSupport()
1069 Collator.IDENTICAL, index.getCollator().getStrength()); in TestFrozenCollator()
/third_party/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c163 static UCollator *getCollator(const char *collator) in getCollator() function
560 UCollator *collator = getCollator(search.collator); in assertEqual()
591 UCollator *collator = getCollator(search.collator); in assertCanonicalEqual()
632 UCollator *collator = getCollator(search.collator); in assertEqualWithAttribute()
788 UCollator *collator = getCollator(search->collator); in TestBreakIterator()
895 UCollator *collator = getCollator(search->collator); in TestOverlap()
1878 UCollator *collator = getCollator(search->collator); in TestBreakIteratorCanonical()
1996 UCollator *collator = getCollator(search->collator); in TestOverlapCanonical()

Completed in 38 milliseconds

12