Searched refs:ucal_getTimeZoneDisplayName (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 891 ucal_getTimeZoneDisplayName(const UCalendar* cal,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 858 ucal_getTimeZoneDisplayName(const UCalendar* cal,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 858 ucal_getTimeZoneDisplayName(const UCalendar* cal,
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 383 resultlengthneeded=ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", NULL, resultlength, &status); in TestCalendar() 390 ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", result, resultlength, &status); in TestCalendar() 412 ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_DST, "en_US", result, resultlength, &status); in TestCalendar() 418 ucal_getTimeZoneDisplayName(caldef, UCAL_STANDARD, "en_US", result, resultlength, &status); in TestCalendar() 424 ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_STANDARD, "en_US", result, resultlength, &status); in TestCalendar()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 246 ucal_getTimeZoneDisplayName(const UCalendar* cal, in ucal_getTimeZoneDisplayName() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 247 ucal_getTimeZoneDisplayName(const UCalendar* cal, in ucal_getTimeZoneDisplayName() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 246 ucal_getTimeZoneDisplayName(const UCalendar* cal, in ucal_getTimeZoneDisplayName() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 185 #undef ucal_getTimeZoneDisplayName macro 1084 int32_t ucal_getTimeZoneDisplayName(const UCalendar *cal, UCalendarDisplayNameType type, const char *locale, in ucal_getTimeZoneDisplayName() function 1087 return U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneDisplayName)(cal, type, locale, result, resultLength, status); in ucal_getTimeZoneDisplayName()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 541 #define ucal_getTimeZoneDisplayName U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneDisplayName) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 540 #define ucal_getTimeZoneDisplayName U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneDisplayName) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 535 #define ucal_getTimeZoneDisplayName U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneDisplayName) macro
|
Completed in 47 milliseconds