Searched refs:ucol_open (Results 1 - 25 of 44) sorted by relevance

12

/external/icu4c/samples/legacy/
H A Dnewcol.cpp29 UCollator *coll = ucol_open(locale, &status);
59 compareCollator = ucol_open(locale, &status);
H A Doldcol.cpp30 UCollator *coll = ucol_open(locale, &status);
60 compareCollator = ucol_open(locale, &status);
/external/icu4c/test/cintltst/
H A Dcfintst.c81 myCollation = ucol_open("fi_FI@collation=standard", &status);
99 myCollation = ucol_open("fi_FI@collation=standard", &status);
H A Dcjaptst.c120 myCollation = ucol_open("ja_JP", &status);
140 myCollation = ucol_open("ja_JP", &status);
161 myCollation = ucol_open("ja_JP", &status);
185 myCollation = ucol_open("ja_JP", &status);
210 myCollation = ucol_open("ja_JP", &status);
236 myCollation = ucol_open("ja_JP", &status);
H A Dcestst.c90 myCollation = ucol_open("es_ES", &status);
109 myCollation = ucol_open("es_ES", &status);
H A Dcturtst.c97 myCollation = ucol_open("tr", &status);
117 myCollation = ucol_open("tr", &status);
H A Dcdetst.c105 myCollation = ucol_open("de_DE", &status);
125 myCollation = ucol_open("de_DE", &status);
H A Dcapitst.c151 UCollator *coll = ucol_open(NULL, &status);
287 ucol_open, ucol_strcoll, getStrength/setStrength
314 col = ucol_open("en_US", &status);
404 ruled = ucol_open("da_DK", &status);
430 col = ucol_open("fr_FR", &status);
499 col3= ucol_open(NULL, &status);
538 col2 = ucol_open("en_US", &status);
592 col = ucol_open("en_US", &status);
636 en_US = ucol_open("en_US", &status);
637 el_GR = ucol_open("el_G
[all...]
H A Dcitertst.c80 UCollator *coll = ucol_open(LOCALES[i], &status);
153 UCollator *coll = ucol_open(LOCALES[i], &status);
230 en_us = ucol_open("en_US", &status);
232 log_err_status(status, "ERROR: in creation of collation data using ucol_open()\n %s\n",
297 th_th = ucol_open("th_TH", &status);
299 log_err_status(status, "ERROR: in creation of thai collation using ucol_open()\n %s\n",
435 coll = ucol_open("en_US", &status);
525 coll = ucol_open("th_TH", &status);
544 coll = ucol_open("ja_JP", &status);
576 en_us = ucol_open("en_U
[all...]
H A Dcmsccoll.c191 UCollator *coll = ucol_open("en_US", &status);
266 myCollation = ucol_open("en_US", &status);
338 UCollator *coll = ucol_open("en_US", &status);
1110 UCollator *UCA = ucol_open("root", status);
1336 UCollator *UCA = ucol_open("", &status);
1358 coll = ucol_open(locName, &status);
1415 coll = ucol_open(locName, &status);
1489 coll = ucol_open("ja", &status);
1525 UCollator *coll = ucol_open("cs", &status);
1614 UCollator *coll = ucol_open("",
[all...]
H A Dcallcoll.c602 UCollator *coll = ucol_open(locale, &status);
619 UCollator *coll = ucol_open(locale, &status);
662 UCollator *coll = ucol_open(locale, &status);
854 myCollator = ucol_open("en_US", &status);
897 myCollator = ucol_open("en_US", &status);
998 enCollation = ucol_open("en_US", &status);
1079 enCollation = ucol_open("en_US", &status);
1236 UCollator *coll = ucol_open("es", &status);
1244 coll = ucol_open("de_DE", &status);
H A Dccurrtst.c111 c = ucol_open("en_US", &status);
H A Dcfrtst.c148 myCollation = ucol_open("fr_CA", &status);
173 myCollation = ucol_open("fr_CA", &status);
203 myCollation = ucol_open("fr_CA", &status);
H A Dcg7coll.c151 myCollation = ucol_open(locales[i], &status);
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DCollatorICU.cpp125 m_collator = ucol_open(m_locale, &status);
128 m_collator = ucol_open("", &status); // Fallback to Unicode Collation Algorithm.
/external/sqlite/android/
H A Dsqlite3_android.cpp470 UCollator* collator = ucol_open(systemLocale, &status);
516 collator = ucol_open("ja@collation=phonebook", &status);
518 collator = ucol_open(systemLocale, &status);
554 UCollator * collator = ucol_open(NULL, &status);
/external/icu4c/test/perf/strsrchperf/
H A Dstrsrchperf.cpp70 UCollator *coll = ucol_open(locale, &status);
/external/icu4c/samples/coll/
H A Dcoll.cpp168 collator = ucol_open(opt_locale, &status);
/external/icu4c/samples/strsrch/
H A Dstrsrch.cpp159 collator = ucol_open(opt_locale, &status);
/external/icu4c/test/intltest/
H A Ducaconf.cpp27 UCA = ucol_open("root", &status);
H A Dsvccoll.cpp97 LocalUCollatorPointer frFR(ucol_open("fr_FR", &status));
172 // test ucol_open
173 LocalUCollatorPointer fufu(ucol_open("fu_FU_FOO", &status));
175 errln("could not open fu_FU_FOO with ucol_open");
H A Dthcoll.cpp371 thaiColl = ucol_open ("th_TH", &coll_status);
/external/icu4c/i18n/unicode/
H A Ducol.h326 ucol_open(const char *loc, UErrorCode *status);
348 * @see ucol_open
368 * The call to this function is equivalent to a call to ucol_open, followed by a
387 * @see ucol_open
440 * @see ucol_open
1133 * @see ucol_open
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h269 ucol_open(const char *loc, UErrorCode *status);
291 * @see ucol_open
311 * The call to this function is equivalent to a call to ucol_open, followed by a
330 * @see ucol_open
368 * @see ucol_open
935 * @see ucol_open
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h269 ucol_open(const char *loc, UErrorCode *status);
291 * @see ucol_open
311 * The call to this function is equivalent to a call to ucol_open, followed by a
330 * @see ucol_open
368 * @see ucol_open
935 * @see ucol_open

Completed in 904 milliseconds

12