Home
last modified time | relevance | path

Searched refs:ucol_open (Results 1 – 25 of 43) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dcjaptst.c122 myCollation = ucol_open("ja_JP", &status); in TestTertiary()
142 myCollation = ucol_open("ja_JP", &status); in TestBase()
163 myCollation = ucol_open("ja_JP", &status); in TestPlainDakutenHandakuten()
187 myCollation = ucol_open("ja_JP", &status); in TestSmallLarge()
212 myCollation = ucol_open("ja_JP", &status); in TestKatakanaHiragana()
238 myCollation = ucol_open("ja_JP", &status); in TestChooonKigoo()
Dcfrtst.c151 myCollation = ucol_open("fr_CA", &status); in TestTertiary()
176 myCollation = ucol_open("fr_CA", &status); in TestSecondary()
206 myCollation = ucol_open("fr_CA", &status); in TestExtra()
Dcapitst.c97 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr()
297 col = ucol_open("en_US", &status); in TestProperty()
377 ruled = ucol_open("da_DK", &status); in TestProperty()
414 col = ucol_open("fr_FR", &status); in TestProperty()
482 col3= ucol_open(NULL, &status); in TestRuleBasedColl()
521 col2 = ucol_open("en_US", &status); in TestRuleBasedColl()
571 col = ucol_open("en_US", &status); in TestCompare()
615 en_US = ucol_open("en_US", &status); in TestDecomposition()
616 el_GR = ucol_open("el_GR", &status); in TestDecomposition()
617 vi_VN = ucol_open("vi_VN", &status); in TestDecomposition()
[all …]
Dcestst.c92 myCollation = ucol_open("es_ES", &status); in TestTertiary()
111 myCollation = ucol_open("es_ES", &status); in TestPrimary()
Dcturtst.c99 myCollation = ucol_open("tr", &status); in TestTertiary()
119 myCollation = ucol_open("tr", &status); in TestPrimary()
Dcfintst.c83 myCollation = ucol_open("fi_FI@collation=standard", &status); in TestTertiary()
101 myCollation = ucol_open("fi_FI@collation=standard", &status); in TestPrimary()
Dcdetst.c107 myCollation = ucol_open("de_DE", &status); in TestTertiary()
127 myCollation = ucol_open("de_DE", &status); in TestPrimary()
Dcitertst.c78 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672()
151 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672Normalize()
228 en_us = ucol_open("en_US", &status); in TestUnicodeChar()
295 th_th = ucol_open("th_TH", &status); in TestNormalizedUnicodeChar()
433 coll = ucol_open("en_US", &status); in TestPrevious()
523 coll = ucol_open("th_TH", &status); in TestPrevious()
542 coll = ucol_open("ja_JP", &status); in TestPrevious()
574 en_us = ucol_open("en_US", &status); in TestOffset()
716 en_us = ucol_open("en_US", &status); in TestSetText()
961 coll = ucol_open("th_TH", &status); in TestSmallBuffer()
[all …]
Dcmsccoll.c190 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest()
265 myCollation = ucol_open("en_US", &status); in FunkyATest()
337 UCollator *coll = ucol_open("en_US", &status);
442 UCollator *coll = ucol_open("cs", &status); in TestChMove()
538 UCollator *coll = ucol_open("", &status); in TestFCDProblem()
588 coll = ucol_open("", &status); in TestComposeDecompose()
667 coll = ucol_open(locName, &status); in TestComposeDecompose()
707 UCollator *coll = ucol_open("", &status); in TestUCARules()
863 myCollation = ucol_open("en_US", &status); in TestCase()
988 coll = ucol_open("en_US", &status); in TestIncrementalNormalize()
[all …]
Dcallcoll.c636 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter()
653 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult()
696 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult()
888 myCollator = ucol_open("en_US", &status); in TestJB581()
932 myCollator = ucol_open("en_US", &status); in TestJB1401()
1040 enCollation = ucol_open("en_US", &status); in TestVariableTop()
1122 enCollation = ucol_open("en_US", &status); in TestSurrogates()
1282 UCollator *coll = ucol_open("es", &status); in TestFCDCrash()
1290 coll = ucol_open("de_DE", &status); in TestFCDCrash()
1370 UCollator* uc = ucol_open(badLoc, &status); in TestBadKey()
Dencoll.c271 myCollation = ucol_open("en_US", &status); in TestTertiary()
313 myCollation = ucol_open("en_US", &status); in TestPrimary()
332 myCollation = ucol_open("en_US", &status); in TestSecondary()
Dccurrtst.c111 c = ucol_open("en_US", &status); in currTest()
Dusrchtst.c60 EN_US_ = ucol_open("en_US", status); in open()
65 FR_FR_ = ucol_open("fr_FR", status); in open()
66 DE_ = ucol_open("de_DE", status); in open()
67 ES_ = ucol_open("es_ES", status); in open()
1764 coll = ucol_open("en_US"/*uloc_getDefault()*/, &status); in TestDiacriticMatch()
2436 coll = ucol_open("", &status); in TestNumeric()
2466 coll = ucol_open("en_GB", &status); in TestForwardBackward()
2563 coll = ucol_open("en_US", &ec); in TestSearchForNull()
2620 coll = ucol_open ("en_US", &ec); in TestStrengthIdentical()
2742 UCollator* ucol = ucol_open(tuscItemPtr->locale, &status); in TestUsingSearchCollator()
Dsorttest.c142 coll=ucol_open("root", &errorCode); in StableSortTest()
Dcg7coll.c149 myCollation = ucol_open(locale, &status); in TestG7Locales()
/external/icu/icu4c/source/samples/legacy/
Dnewcol.cpp35 UCollator *coll = ucol_open(locale, &status); in getSortKey_current()
65 compareCollator = ucol_open(locale, &status); in initCollator_current()
Doldcol.cpp36 UCollator *coll = ucol_open(locale, &status); in getSortKey_legacy()
66 compareCollator = ucol_open(locale, &status); in initCollator_legacy()
/external/sqlite/android/
Dsqlite3_android.cpp439 UCollator* collator = ucol_open(systemLocale, &status); in register_localized_collators()
480 collator = ucol_open(systemLocale, &status); in register_localized_collators()
515 UCollator * collator = ucol_open(NULL, &status); in register_android_functions()
/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt92 ucol_open
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp174 collator = ucol_open(opt_locale, &status); in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp164 collator = ucol_open(opt_locale, &status); in processCollator()
/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp96 LocalUCollatorPointer frFR(ucol_open("fr_FR", &status)); in TestRegister()
175 LocalUCollatorPointer fufu(ucol_open("fu_FU_FOO", &status)); in TestRegister()
Dthcoll.cpp374 thaiColl = ucol_open ("th_TH", &coll_status); in TestInvalidThai()
Dssearch.cpp269 LocalUCollatorPointer collator(ucol_open(clocale, &status)); in searchTest()
797 coll = ucol_open(NULL, &status); in goodSuffixTest()
930 LocalUCollatorPointer collator(ucol_open("en", &status)); in searchTime()
/external/icu/libandroidicu/include/unicode/
Ducol.h405 ucol_open(const char *loc, UErrorCode *status);

12