/external/icu4c/test/cintltst/ |
D | cjaptst.c | 120 myCollation = ucol_open("ja_JP", &status); in TestTertiary() 140 myCollation = ucol_open("ja_JP", &status); in TestBase() 161 myCollation = ucol_open("ja_JP", &status); in TestPlainDakutenHandakuten() 185 myCollation = ucol_open("ja_JP", &status); in TestSmallLarge() 210 myCollation = ucol_open("ja_JP", &status); in TestKatakanaHiragana() 236 myCollation = ucol_open("ja_JP", &status); in TestChooonKigoo()
|
D | cfrtst.c | 148 myCollation = ucol_open("fr_CA", &status); in TestTertiary() 173 myCollation = ucol_open("fr_CA", &status); in TestSecondary() 203 myCollation = ucol_open("fr_CA", &status); in TestExtra()
|
D | capitst.c | 151 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr() 314 col = ucol_open("en_US", &status); in TestProperty() 430 col = ucol_open("fr_FR", &status); in TestProperty() 499 col3= ucol_open(NULL, &status); in TestRuleBasedColl() 538 col2 = ucol_open("en_US", &status); in TestRuleBasedColl() 592 col = ucol_open("en_US", &status); in TestCompare() 636 en_US = ucol_open("en_US", &status); in TestDecomposition() 637 el_GR = ucol_open("el_GR", &status); in TestDecomposition() 638 vi_VN = ucol_open("vi_VN", &status); in TestDecomposition() 697 someCollators[0] = ucol_open("en_US", &err); in TestSafeClone() [all …]
|
D | cestst.c | 90 myCollation = ucol_open("es_ES", &status); in TestTertiary() 109 myCollation = ucol_open("es_ES", &status); in TestPrimary()
|
D | cfintst.c | 81 myCollation = ucol_open("fi_FI@collation=standard", &status); in TestTertiary() 99 myCollation = ucol_open("fi_FI@collation=standard", &status); in TestPrimary()
|
D | cturtst.c | 97 myCollation = ucol_open("tr", &status); in TestTertiary() 117 myCollation = ucol_open("tr", &status); in TestPrimary()
|
D | cdetst.c | 105 myCollation = ucol_open("de_DE", &status); in TestTertiary() 125 myCollation = ucol_open("de_DE", &status); in TestPrimary()
|
D | citertst.c | 80 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672() 153 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672Normalize() 230 en_us = ucol_open("en_US", &status); in TestUnicodeChar() 297 th_th = ucol_open("th_TH", &status); in TestNormalizedUnicodeChar() 435 coll = ucol_open("en_US", &status); in TestPrevious() 525 coll = ucol_open("th_TH", &status); in TestPrevious() 544 coll = ucol_open("ja_JP", &status); in TestPrevious() 576 en_us = ucol_open("en_US", &status); in TestOffset() 718 en_us = ucol_open("en_US", &status); in TestSetText() 967 coll = ucol_open("th_TH", &status); in TestSmallBuffer() [all …]
|
D | cmsccoll.c | 191 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest() 266 myCollation = ucol_open("en_US", &status); in FunkyATest() 338 UCollator *coll = ucol_open("en_US", &status); 1110 UCollator *UCA = ucol_open("root", status); in testCEs() 1336 UCollator *UCA = ucol_open("", &status); in TestCollations() 1358 coll = ucol_open(locName, &status); in TestCollations() 1415 coll = ucol_open(locName, &status); in RamsRulesTest() 1489 coll = ucol_open("ja", &status); in IsTailoredTest() 1525 UCollator *coll = ucol_open("cs", &status); in TestChMove() 1614 UCollator *coll = ucol_open("", &status); in TestFCDProblem() [all …]
|
D | callcoll.c | 602 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter() 619 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult() 662 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult() 854 myCollator = ucol_open("en_US", &status); in TestJB581() 897 myCollator = ucol_open("en_US", &status); in TestJB1401() 998 enCollation = ucol_open("en_US", &status); in TestVariableTop() 1079 enCollation = ucol_open("en_US", &status); in TestSurrogates() 1236 UCollator *coll = ucol_open("es", &status); in TestFCDCrash() 1244 coll = ucol_open("de_DE", &status); in TestFCDCrash()
|
D | encoll.c | 268 myCollation = ucol_open("en_US", &status); in TestTertiary() 310 myCollation = ucol_open("en_US", &status); in TestPrimary() 329 myCollation = ucol_open("en_US", &status); in TestSecondary()
|
D | ccurrtst.c | 111 c = ucol_open("en_US", &status); in currTest()
|
D | usrchtst.c | 58 EN_US_ = ucol_open("en_US", status); in open() 63 FR_FR_ = ucol_open("fr_FR", status); in open() 64 DE_ = ucol_open("de_DE", status); in open() 65 ES_ = ucol_open("es_ES", status); in open() 1762 coll = ucol_open("en_US"/*uloc_getDefault()*/, &status); in TestDiacriticMatch() 2434 coll = ucol_open("", &status); in TestNumeric() 2464 coll = ucol_open("en_GB", &status); in TestForwardBackward() 2559 coll = ucol_open("en_US", &ec); in TestSearchForNull() 2616 coll = ucol_open ("en_US", &ec); in TestStrengthIdentical() 2740 UCollator* ucol = ucol_open(tuscItemPtr->locale, &status); in TestUsingSearchCollator()
|
D | cg7coll.c | 151 myCollation = ucol_open(locales[i], &status); in TestG7Locales()
|
/external/icu4c/samples/legacy/ |
D | newcol.cpp | 29 UCollator *coll = ucol_open(locale, &status); in getSortKey_current() 59 compareCollator = ucol_open(locale, &status); in initCollator_current()
|
D | oldcol.cpp | 30 UCollator *coll = ucol_open(locale, &status); in getSortKey_legacy() 60 compareCollator = ucol_open(locale, &status); in initCollator_legacy()
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/ |
D | CollatorICU.cpp | 125 m_collator = ucol_open(m_locale, &status); in createCollator() 128 m_collator = ucol_open("", &status); // Fallback to Unicode Collation Algorithm. in createCollator()
|
/external/sqlite/android/ |
D | sqlite3_android.cpp | 470 UCollator* collator = ucol_open(systemLocale, &status); in register_localized_collators() 516 collator = ucol_open("ja@collation=phonebook", &status); in register_localized_collators() 518 collator = ucol_open(systemLocale, &status); in register_localized_collators() 554 UCollator * collator = ucol_open(NULL, &status); in register_android_functions()
|
/external/icu4c/test/perf/strsrchperf/ |
D | strsrchperf.cpp | 70 UCollator *coll = ucol_open(locale, &status); in StringSearchPerformanceTest()
|
/external/icu4c/samples/coll/ |
D | coll.cpp | 168 collator = ucol_open(opt_locale, &status); in processCollator()
|
/external/icu4c/samples/strsrch/ |
D | strsrch.cpp | 159 collator = ucol_open(opt_locale, &status); in processCollator()
|
/external/icu4c/test/intltest/ |
D | svccoll.cpp | 97 LocalUCollatorPointer frFR(ucol_open("fr_FR", &status)); in TestRegister() 173 LocalUCollatorPointer fufu(ucol_open("fu_FU_FOO", &status)); in TestRegister()
|
D | ucaconf.cpp | 27 UCA = ucol_open("root", &status); in UCAConformanceTest()
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ucol.h | 269 ucol_open(const char *loc, UErrorCode *status);
|
/external/icu4c/i18n/unicode/ |
D | ucol.h | 326 ucol_open(const char *loc, UErrorCode *status);
|