Home
last modified time | relevance | path

Searched refs:territoryLen (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dzonemeta.cpp264 int32_t territoryLen; in createCanonicalMap() local
265 const UChar *territory = ures_getStringByKey(tzitem, gTerritoryTag, &territoryLen, &status); in createCanonicalMap()
680 int32_t territoryLen = 0; in createMetaToOlsonMap() local
684 territoryLen = uprv_strlen(territory); in createMetaToOlsonMap()
686 if (mzidLen > 0 && territoryLen > 0) { in createMetaToOlsonMap()
697 entry->territory = (UChar*)uprv_malloc((territoryLen + 1) * sizeof(UChar)); in createMetaToOlsonMap()
703 u_charsToUChars(territory, entry->territory, territoryLen + 1); in createMetaToOlsonMap()