Searched refs:territoryLen (Results 1 – 1 of 1) sorted by relevance
264 int32_t territoryLen; in createCanonicalMap() local265 const UChar *territory = ures_getStringByKey(tzitem, gTerritoryTag, &territoryLen, &status); in createCanonicalMap()680 int32_t territoryLen = 0; in createMetaToOlsonMap() local684 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()