HomeSort by relevance Sort by last modified time
    Searched refs:continents (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
region.cpp 129 UVector *continents = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); local
133 continents->addElement(continentName,status);
240 // Now fill in the special cases for WORLD, UNKNOWN, CONTINENTS, and GROUPINGS
254 for ( int32_t i = 0 ; i < continents->size() ; i++ ) {
255 r = (Region *) uhash_get(regionIDMap,(void *)continents->elementAt(i));
260 delete continents;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 23 milliseconds