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

  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 677 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 299 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
420 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
422 fTargetRegion[regionLen] = 0;
427 } else if (regionLen < (int32_t)sizeof(fTargetRegion)) {
428 uprv_strcpy(fTargetRegion, region);
430 fTargetRegion[0] = 0;
727 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
895 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
943 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID)
    [all...]

Completed in 33 milliseconds