Searched refs:tzKey (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | zonemeta.cpp | 525 char tzKey[ZID_KEY_MAX]; in createMetazoneMappings() local 526 canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV); in createMetazoneMappings() 529 char *p = tzKey; in createMetazoneMappings() 537 ures_getByKey(rb, tzKey, rb, &status); in createMetazoneMappings()
|
/external/icu/icu4c/source/i18n/ |
D | zonemeta.cpp | 630 char tzKey[ZID_KEY_MAX + 1]; in createMetazoneMappings() local 631 … int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV); in createMetazoneMappings() 632 tzKey[tzKeyLen] = 0; in createMetazoneMappings() 635 char *p = tzKey; in createMetazoneMappings() 643 ures_getByKey(rb, tzKey, rb, &status); in createMetazoneMappings()
|