Home
last modified time | relevance | path

Searched refs:myCollator (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Dmnkytst.cpp32 myCollator(0) in CollationMonkeyTest()
35 myCollator = Collator::createInstance("en_US", status); in CollationMonkeyTest()
40 delete myCollator; in ~CollationMonkeyTest()
92 myCollator->setStrength(Collator::TERTIARY); in TestCollationKey()
93 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
94 myCollator->getCollationKey(subt, collationKey2, status2); in TestCollationKey()
99 myCollator->setStrength(Collator::SECONDARY); in TestCollationKey()
100 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
101 myCollator->getCollationKey(subt, collationKey2, status2); in TestCollationKey()
106 myCollator->setStrength(Collator::PRIMARY); in TestCollationKey()
[all …]
Dmnkytst.h49 Collator *myCollator; variable
/external/icu4c/test/cintltst/
Dcallcoll.c833 UCollator *myCollator = 0; in TestJB581() local
841 myCollator = ucol_open("en_US", &status); in TestJB581()
848 result = ucol_strcoll(myCollator, source, -1, target, -1); in TestJB581()
855 ucol_setStrength(myCollator, UCOL_PRIMARY); in TestJB581()
856 result = ucol_strcoll(myCollator, source, -1, target, -1); in TestJB581()
863 sourceKeyOut = ucol_getSortKey(myCollator, source, -1, sourceKeyArray, 100); in TestJB581()
864 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581()
870 ucol_close(myCollator); in TestJB581()
875 UCollator *myCollator = 0; in TestJB1401() local
886 myCollator = ucol_open("en_US", &status); in TestJB1401()
[all …]
Dnucnvtst.c5212 UCollator* myCollator; in TestJitterbug981() local
5220 myCollator = ucol_open("zh", &status); in TestJitterbug981()
5226 rules = ucol_getRules(myCollator, &rules_length); in TestJitterbug981()
5247 ucol_close(myCollator); in TestJitterbug981()