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

  /external/icu4c/i18n/
timezone.cpp 698 case UCAL_ZONE_TYPE_CANONICAL_LOCATION:
737 if (type == UCAL_ZONE_TYPE_CANONICAL || type == UCAL_ZONE_TYPE_CANONICAL_LOCATION) {
748 if (type == UCAL_ZONE_TYPE_CANONICAL_LOCATION) {
792 case UCAL_ZONE_TYPE_CANONICAL_LOCATION:
    [all...]
zonemeta.cpp 475 StringEnumeration *ids = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL_LOCATION, buf, NULL, status);
  /external/icu4c/i18n/unicode/
ucal.h 545 UCAL_ZONE_TYPE_CANONICAL_LOCATION
    [all...]
  /external/icu4c/test/intltest/
tztest.cpp 554 canonicalLoc = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL_LOCATION, NULL, NULL, ec);
572 canonicalLoc_US = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL_LOCATION, "US", NULL, ec);
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 151 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_CANONICAL_LOCATION, CA, NULL)";
152 uenum = ucal_openTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL_LOCATION, "CA", NULL, &status);
    [all...]

Completed in 228 milliseconds