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

  /external/icu4c/common/unicode/
udraft.h 31 # define ucal_openTimeZoneIDEnumeration ucal_openTimeZoneIDEnumeration_DRAFT_API_DO_NOT_USE
urename.h     [all...]
  /external/icu4c/i18n/unicode/
ucal.h 526 * in ucal_openTimeZoneIDEnumeration.
527 * @see ucal_openTimeZoneIDEnumeration
568 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 128 /*Test ucal_openTimeZones, ucal_openCountryTimeZones and ucal_openTimeZoneIDEnumeration */
143 uenum = ucal_openTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL, &status);
147 uenum = ucal_openTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL_LOCATION, "CA", NULL, &status);
151 uenum = ucal_openTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, NULL, &offsetMinus5, &status);
155 uenum = ucal_openTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, "US", &offsetMinus5, &status);
    [all...]
  /external/icu4c/i18n/
ucal.cpp 49 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,

Completed in 161 milliseconds