Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DScriptMetadata.java335 String currentRegion = getInfo(script).originCountry; in transform() local
338 if (s.equals(currentRegion)) { in transform()
342 if (currentRegion.equals("001") || currentRegion.equals("ZZ")) { in transform()
345 currentRegion = Containment.getContainer(currentRegion); in transform()
/external/icu/icu4c/source/i18n/
Dregion.cpp254 UnicodeString currentRegion; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
258 currentRegion.append(aliasTo.charAt(i)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
261 … Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)&currentRegion); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
266 currentRegion.remove(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()