Home
last modified time | relevance | path

Searched refs:idCapacity (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducal.h1674 * @param idCapacity The capacity of the result buffer <code>id</code>.
1683 UChar* id, int32_t idCapacity, UErrorCode* status);
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducal.h1609 * @param idCapacity The capacity of the result buffer <code>id</code>.
1618 UChar* id, int32_t idCapacity, UErrorCode* status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ducal.h1609 * @param idCapacity The capacity of the result buffer <code>id</code>.
1618 UChar* id, int32_t idCapacity, UErrorCode* status);
/third_party/icu/icu4c/source/i18n/
H A Ducal.cpp814 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int32_t idCapacity, UErrorCode* status) { in ucal_getTimeZoneIDForWindowsID() argument
825 resultID.extract(id, idCapacity, *status); in ucal_getTimeZoneIDForWindowsID()
/third_party/node/deps/icu-small/source/i18n/
H A Ducal.cpp839 ucal_getTimeZoneIDForWindowsID(const char16_t* winid, int32_t len, const char* region, char16_t* id, int32_t idCapacity, UErrorCode* status) { in ucal_getTimeZoneIDForWindowsID() argument
850 resultID.extract(id, idCapacity, *status); in ucal_getTimeZoneIDForWindowsID()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp814 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int32_t idCapacity, UErrorCode* status) { in ucal_getTimeZoneIDForWindowsID() argument
825 resultID.extract(id, idCapacity, *status); in ucal_getTimeZoneIDForWindowsID()
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1094 int32_t idCapacity, UErrorCode *status) in ucal_getTimeZoneIDForWindowsID()
1096 return U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID)(winid, len, region, id, idCapacity, status); in ucal_getTimeZoneIDForWindowsID()
1093 ucal_getTimeZoneIDForWindowsID(const UChar *winid, int32_t len, const char *region, UChar *id, int32_t idCapacity, UErrorCode *status) ucal_getTimeZoneIDForWindowsID() argument

Completed in 25 milliseconds