Searched refs:ZID_KEY_MAX (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | zonemeta.cpp | 118 #define ZID_KEY_MAX 128 macro 238 if (tzid.isBogus() || tzid.length() > ZID_KEY_MAX) { in getCanonicalCLDRID() 252 UChar utzid[ZID_KEY_MAX + 1]; in getCanonicalCLDRID() 253 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus); in getCanonicalCLDRID() 269 char id[ZID_KEY_MAX + 1]; in getCanonicalCLDRID() 552 UChar tzidUChars[ZID_KEY_MAX + 1]; in getMetazoneMappings() 553 tzid.extract(tzidUChars, ZID_KEY_MAX + 1, status); in getMetazoneMappings() 628 char tzKey[ZID_KEY_MAX + 1]; in createMetazoneMappings() 713 char keyBuf[ZID_KEY_MAX + 1]; in getZoneIdByMetazone() 716 if (mzid.isBogus() || mzid.length() > ZID_KEY_MAX) { in getZoneIdByMetazone() [all …]
|
D | tznames_impl.cpp | 34 #define ZID_KEY_MAX 128 macro 1183 char mzIdChar[ZID_KEY_MAX + 1]; in mergeTimeZoneKey() 1186 keyLen = mzID.extract(0, mzID.length(), mzIdChar, ZID_KEY_MAX + 1, US_INV); in mergeTimeZoneKey() 1197 if (mzID.length() > (ZID_KEY_MAX - MZ_PREFIX_LEN)) { in loadMetaZoneNames() 1204 UChar mzIDKey[ZID_KEY_MAX + 1]; in loadMetaZoneNames() 1205 mzID.extract(mzIDKey, ZID_KEY_MAX + 1, status); in loadMetaZoneNames() 1211 char key[ZID_KEY_MAX + 1]; in loadMetaZoneNames() 1267 if (tzID.length() > ZID_KEY_MAX) { in loadTimeZoneNames() 1274 UChar tzIDKey[ZID_KEY_MAX + 1]; in loadTimeZoneNames() 1275 int32_t tzIDKeyLen = tzID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in loadTimeZoneNames() [all …]
|
D | tzgnames.cpp | 36 #define ZID_KEY_MAX 128 macro 520 if (tzCanonicalID.length() > ZID_KEY_MAX) { in getGenericLocationName() 525 UChar tzIDKey[ZID_KEY_MAX + 1]; in getGenericLocationName() 526 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status); in getGenericLocationName()
|
D | smpdtfmt.cpp | 27 #define ZID_KEY_MAX 128 macro
|