Searched refs:ucal_getLocaleByType (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | ucal.h | 1136 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
|
/external/icu4c/i18n/unicode/ |
D | ucal.h | 1271 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cloctst.c | 2243 valid = ucal_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec); in TestGetLocale() 2244 actual = ucal_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec); in TestGetLocale() 2526 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status); in TestCalendar() 2527 const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status); in TestCalendar()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucal.cpp | 497 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType() function
|
/external/icu4c/test/cintltst/ |
D | cloctst.c | 2389 valid = ucal_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec); in TestGetLocale() 2390 actual = ucal_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec); in TestGetLocale() 2703 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status); in TestCalendar() 2704 const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status); in TestCalendar()
|
/external/icu4c/i18n/ |
D | ucal.cpp | 546 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType() function
|
/external/icu4c/common/unicode/ |
D | urename.h | 511 #define ucal_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 519 #define ucal_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType) macro
|