Searched refs:tzidLen (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | zonemeta.cpp | 599 int32_t tzidLen = tzid.length() + 1; in getMetazoneMappings() local 600 UChar *key = (UChar*)uprv_malloc(tzidLen * sizeof(UChar)); in getMetazoneMappings() 606 tzid.extract(key, tzidLen, status); in getMetazoneMappings() 721 int32_t tzidLen = 0; in getZoneIdByMetazone() local 742 tzid = ures_getStringByKey(rb, keyBuf, &tzidLen, &status); in getZoneIdByMetazone() 749 tzid = ures_getStringByKey(rb, gWorldTag, &tzidLen, &status); in getZoneIdByMetazone() 757 result.setTo(tzid, tzidLen); in getZoneIdByMetazone()
|
/third_party/icu/icu4c/source/i18n/ |
D | zonemeta.cpp | 591 int32_t tzidLen = tzid.length() + 1; in getMetazoneMappings() local 592 UChar *key = (UChar*)uprv_malloc(tzidLen * sizeof(UChar)); in getMetazoneMappings() 598 tzid.extract(key, tzidLen, status); in getMetazoneMappings() 704 int32_t tzidLen = 0; in getZoneIdByMetazone() local 725 tzid = ures_getStringByKey(rb, keyBuf, &tzidLen, &status); in getZoneIdByMetazone() 732 tzid = ures_getStringByKey(rb, gWorldTag, &tzidLen, &status); in getZoneIdByMetazone() 740 result.setTo(tzid, tzidLen); in getZoneIdByMetazone()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | zonemeta.cpp | 591 int32_t tzidLen = tzid.length() + 1; in getMetazoneMappings() local 592 char16_t *key = (char16_t*)uprv_malloc(tzidLen * sizeof(char16_t)); in getMetazoneMappings() 598 tzid.extract(key, tzidLen, status); in getMetazoneMappings() 704 int32_t tzidLen = 0; in getZoneIdByMetazone() local 725 tzid = ures_getStringByKey(rb, keyBuf, &tzidLen, &status); in getZoneIdByMetazone() 732 tzid = ures_getStringByKey(rb, gWorldTag, &tzidLen, &status); in getZoneIdByMetazone() 740 result.setTo(tzid, tzidLen); in getZoneIdByMetazone()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cdateintervalformattest.c | 105 int32_t tzidLen; in TestDateIntervalFormat() local 114 tzidLen = -1; in TestDateIntervalFormat() 116 tzidLen = 0; in TestDateIntervalFormat() 118 udtitvfmt = udtitvfmt_open(testItemPtr->locale, skelBuf, -1, tzidBuf, tzidLen, &status); in TestDateIntervalFormat()
|