Searched refs:tzKey (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | zonemeta.cpp | 637 char tzKey[ZID_KEY_MAX + 1]; in createMetazoneMappings() local 638 … int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV); in createMetazoneMappings() 639 tzKey[tzKeyLen] = 0; in createMetazoneMappings() 642 char *p = tzKey; in createMetazoneMappings() 650 ures_getByKey(rb, tzKey, rb, &status); in createMetazoneMappings()
|
/third_party/icu/icu4c/source/i18n/ |
D | zonemeta.cpp | 629 char tzKey[ZID_KEY_MAX + 1]; in createMetazoneMappings() local 630 … int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV); in createMetazoneMappings() 631 tzKey[tzKeyLen] = 0; in createMetazoneMappings() 634 char *p = tzKey; in createMetazoneMappings() 642 ures_getByKey(rb, tzKey, rb, &status); in createMetazoneMappings()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | zonemeta.cpp | 629 char tzKey[ZID_KEY_MAX + 1]; in createMetazoneMappings() local 630 … int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV); in createMetazoneMappings() 631 tzKey[tzKeyLen] = 0; in createMetazoneMappings() 634 char *p = tzKey; in createMetazoneMappings() 642 ures_getByKey(rb, tzKey, rb, &status); in createMetazoneMappings()
|