Home
last modified time | relevance | path

Searched refs:ucal_getLocaleByType (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducal.h1286 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
/external/icu/libandroidicu/include/unicode/
Ducal.h1286 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
Durename.h525 #define ucal_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType) macro
/external/icu/icu4c/source/i18n/
Ducal.cpp549 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType() function
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2646 valid = ucal_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec); in TestGetLocale()
2647 actual = ucal_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec); in TestGetLocale()
3015 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status); in TestCalendar()
3016 const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status); in TestCalendar()
/external/icu/icu4c/source/common/unicode/
Durename.h525 #define ucal_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp785 return ucal_getLocaleByType(cal, type, status); in ucal_getLocaleByType_android()