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

  /external/icu4c/i18n/unicode/
tzfmt.h 680 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
    [all...]
  /external/icu4c/i18n/
tzgnames.cpp 300 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
427 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
429 fTargetRegion[regionLen] = 0;
434 } else if (regionLen < (int32_t)sizeof(fTargetRegion)) {
435 uprv_strcpy(fTargetRegion, region);
437 fTargetRegion[0] = 0;
730 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
898 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
946 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID)
    [all...]

Completed in 28 milliseconds