Searched refs:ucal_getTimeZoneID (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 854 ucal_getTimeZoneID(const UCalendar *cal,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 821 ucal_getTimeZoneID(const UCalendar *cal,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 821 ucal_getTimeZoneID(const UCalendar *cal,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 231 ucal_getTimeZoneID(const UCalendar *cal, in ucal_getTimeZoneID() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 232 ucal_getTimeZoneID(const UCalendar *cal, in ucal_getTimeZoneID() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 231 ucal_getTimeZoneID(const UCalendar *cal, in ucal_getTimeZoneID() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 186 #undef ucal_getTimeZoneID macro 1089 int32_t ucal_getTimeZoneID(const UCalendar *cal, UChar *result, int32_t resultLength, UErrorCode *status) in ucal_getTimeZoneID() function 1091 return U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneID)(cal, result, resultLength, status); in ucal_getTimeZoneID()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 631 /*testing ucal_setTimeZone() and ucal_getTimeZoneID function*/ in TestGetSetDateAPI() 632 log_verbose("\nTesting if the function ucal_setTimeZone() and ucal_getTimeZoneID work fine\n"); in TestGetSetDateAPI() 633 idLen = ucal_getTimeZoneID(caldef2, id, UPRV_LENGTHOF(id), &status); in TestGetSetDateAPI() 657 idLen = ucal_getTimeZoneID(caldef2, id, UPRV_LENGTHOF(id), &status); in TestGetSetDateAPI()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 542 #define ucal_getTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneID) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 541 #define ucal_getTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneID) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 536 #define ucal_getTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneID) macro
|
Completed in 50 milliseconds