Searched refs:ucal_openCountryTimeZones (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 658 ucal_openCountryTimeZones(const char* country, UErrorCode* ec);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 625 ucal_openCountryTimeZones(const char* country, UErrorCode* ec);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 625 ucal_openCountryTimeZones(const char* country, UErrorCode* ec);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 65 ucal_openCountryTimeZones(const char* country, UErrorCode* ec) { in ucal_openCountryTimeZones() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 66 ucal_openCountryTimeZones(const char* country, UErrorCode* ec) { in ucal_openCountryTimeZones() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 65 ucal_openCountryTimeZones(const char* country, UErrorCode* ec) { in ucal_openCountryTimeZones() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 197 #undef ucal_openCountryTimeZones macro 1139 UEnumeration *ucal_openCountryTimeZones(const char *country, UErrorCode *ec) in ucal_openCountryTimeZones() function 1141 return U_ICU_ENTRY_POINT_RENAME(ucal_openCountryTimeZones)(country, ec); in ucal_openCountryTimeZones()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 553 #define ucal_openCountryTimeZones U_ICU_ENTRY_POINT_RENAME(ucal_openCountryTimeZones) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 552 #define ucal_openCountryTimeZones U_ICU_ENTRY_POINT_RENAME(ucal_openCountryTimeZones) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 547 #define ucal_openCountryTimeZones U_ICU_ENTRY_POINT_RENAME(ucal_openCountryTimeZones) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 155 /*Test ucal_openTimeZones, ucal_openCountryTimeZones and ucal_openTimeZoneIDEnumeration */ in TestCalendar() 165 api = "ucal_openCountryTimeZones(US)"; in TestCalendar() 166 uenum = ucal_openCountryTimeZones("US", &status); in TestCalendar()
|
Completed in 48 milliseconds