Searched refs:ucal_getLocaleByType (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 1364 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 1331 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 1331 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 573 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 588 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 573 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 181 #undef ucal_getLocaleByType macro 1068 const char *ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode *status) in ucal_getLocaleByType() function 1070 return U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType)(cal, type, status); in ucal_getLocaleByType()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 2873 valid = ucal_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec); in TestGetLocale() 2874 actual = ucal_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec); in TestGetLocale() 2876 log_err("ucal_getLocaleByType() failed\n"); in TestGetLocale() 3265 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status); in TestCalendar() 3266 const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status); in TestCalendar() 3277 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2); in TestCalendar()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 537 #define ucal_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 536 #define ucal_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 531 #define ucal_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType) macro
|
Completed in 57 milliseconds