Home
last modified time | relevance | path

Searched refs:ucol_getLocaleByType (Results 1 – 20 of 20) sorted by relevance

/external/icu4c/test/cintltst/
Dcapitst.c1438 locale = ucol_getLocaleByType(coll, ULOC_REQUESTED_LOCALE, &status); in TestGetLocale()
1442 locale = ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status); in TestGetLocale()
1446 locale = ucol_getLocaleByType(coll, ULOC_ACTUAL_LOCALE, &status); in TestGetLocale()
1458 if(strcmp(ucol_getLocaleByType(coll, ULOC_REQUESTED_LOCALE, &status), "blahaha")) { in TestGetLocale()
1461 if(strcmp(ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status), in TestGetLocale()
1462 ucol_getLocaleByType(defaultColl, ULOC_VALID_LOCALE, &status))) { in TestGetLocale()
1466 if(strcmp(ucol_getLocaleByType(coll, ULOC_ACTUAL_LOCALE, &status), in TestGetLocale()
1467 ucol_getLocaleByType(defaultColl, ULOC_ACTUAL_LOCALE, &status))) { in TestGetLocale()
1482 locale = ucol_getLocaleByType(coll, ULOC_REQUESTED_LOCALE, &status); in TestGetLocale()
1486 locale = ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status); in TestGetLocale()
[all …]
Dcloctst.c2498 valid = ucol_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec); in TestGetLocale()
2499 actual = ucol_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec); in TestGetLocale()
2758 l1 = ucol_getLocaleByType(c1, ULOC_VALID_LOCALE, &status); in TestCollation()
2759 l2 = ucol_getLocaleByType(c2, ULOC_VALID_LOCALE, &status); in TestCollation()
Dusrchtst.c2838 locale = ucol_getLocaleByType( coll, in TestPCEBuffer_with()
2943 locale = ucol_getLocaleByType(coll, in TestMatchFollowedByIgnorables()
Dcmsccoll.c1118 colLoc = ucol_getLocaleByType(coll, ULOC_ACTUAL_LOCALE, status); in testCEs()
4037 …if(uprv_strcmp(ucol_getLocaleByType(source, ULOC_REQUESTED_LOCALE, &status), ucol_getLocaleByType(… in TestEqualsForCollator()
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
DCollatorICU.cpp108 …const char* cachedCollatorLocale = ucol_getLocaleByType(cachedCollator, ULOC_REQUESTED_LOCALE, &st… in createCollator()
/external/icu4c/i18n/unicode/
Ducol.h1196 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducol.h998 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
Durename.h573 #define ucol_getLocaleByType ucol_getLocaleByType_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Ducol.h998 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
Durename.h573 #define ucol_getLocaleByType ucol_getLocaleByType_3_2 macro
/external/icu4c/i18n/
Dtblcoll.cpp654 const char *result = ucol_getLocaleByType(ucollator, type, &status); in getLocale()
Ducol_res.cpp943 return ucol_getLocaleByType(coll, type, status); in ucol_getLocale()
947 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocaleByType() function
Dbmsearch.cpp167 …charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &statu… in setTargetString()
Ducol_sit.cpp573 locale = ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, status); in ucol_getShortDefinitionString()
Dusearch.cpp2727 …result->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(result->collato… in usearch_openFromCollator()
3022 …strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(collator, ULOC… in usearch_setCollator()
/external/icu4c/test/intltest/
Dsvccoll.cpp195 const char* nlocstr = ucol_getLocaleByType(fufu.getAlias(), ULOC_VALID_LOCALE, &status); in TestRegister()
Dssearch.cpp1966 …UBreakIterator *charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALI… in simpleSearch()
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h573 #define ucol_getLocaleByType ucol_getLocaleByType_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h573 #define ucol_getLocaleByType ucol_getLocaleByType_3_2 macro
/external/icu4c/common/unicode/
Durename.h734 #define ucol_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucol_getLocaleByType) macro