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.java336 String currentRegion = getInfo(script).originCountry; in transform() local
339 if (s.equals(currentRegion)) { in transform()
343 if (currentRegion.equals("001") || currentRegion.equals("ZZ")) { in transform()
346 currentRegion = Containment.getContainer(currentRegion); in transform()
/external/icu/icu4c/source/i18n/
Dregion.cpp250 UnicodeString currentRegion; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
254 currentRegion.append(aliasTo.charAt(i)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
257 … Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)&currentRegion); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
262 currentRegion.remove(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()