Searched refs:defaultColl (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/ |
D | ucol_sit.cpp | 444 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, status); in ucol_prepareShortStringOpen() local 447 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, status); in ucol_prepareShortStringOpen() 454 ures_close(defaultColl); in ucol_prepareShortStringOpen()
|
D | ucol_res.cpp | 198 … UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, &intStatus); in ucol_open_internal() local 201 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, &intStatus); in ucol_open_internal() 208 ures_close(defaultColl); in ucol_open_internal()
|
/external/icu4c/test/intltest/ |
D | apicoll.cpp | 1633 Collator *defaultColl = Collator::createInstance((const Locale)NULL, status); in TestGetLocale() local 1638 delete defaultColl; in TestGetLocale() 1645 defaultColl->getLocale(ULOC_VALID_LOCALE, status)) { in TestGetLocale() 1650 defaultColl->getLocale(ULOC_ACTUAL_LOCALE, status)) { in TestGetLocale() 1655 delete defaultColl; in TestGetLocale()
|
/external/icu4c/test/cintltst/ |
D | capitst.c | 1455 UCollator *defaultColl = ucol_open(NULL, &status); in TestGetLocale() local 1462 ucol_getLocaleByType(defaultColl, ULOC_VALID_LOCALE, &status))) { in TestGetLocale() 1467 ucol_getLocaleByType(defaultColl, ULOC_ACTUAL_LOCALE, &status))) { in TestGetLocale() 1472 ucol_close(defaultColl); in TestGetLocale()
|