Searched refs:fTargetRegion (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtzgnames.cpp299 char fTargetRegion[ULOC_COUNTRY_CAPACITY]; member in class:TZGNCore
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;
723 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
891 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
939 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzI
[all...]
H A Dtzfmt.cpp323 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
325 fTargetRegion[regionLen] = 0;
329 } else if (regionLen < (int32_t)sizeof(fTargetRegion)) {
330 uprv_strcpy(fTargetRegion, region);
332 fTargetRegion[0] = 0;
437 uprv_memcpy(fTargetRegion, other.fTargetRegion, sizeof(fTargetRegion));
2589 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, tzI
[all...]
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp299 char fTargetRegion[ULOC_COUNTRY_CAPACITY]; member in class:TZGNCore
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;
723 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
891 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
939 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzI
[all...]
H A Dtzfmt.cpp323 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
325 fTargetRegion[regionLen] = 0;
329 } else if (regionLen < (int32_t)sizeof(fTargetRegion)) {
330 uprv_strcpy(fTargetRegion, region);
332 fTargetRegion[0] = 0;
437 uprv_memcpy(fTargetRegion, other.fTargetRegion, sizeof(fTargetRegion));
2589 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, tzI
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtzfmt.h677 char fTargetRegion[ULOC_COUNTRY_CAPACITY]; member in class:TimeZoneFormat
/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h668 char fTargetRegion[ULOC_COUNTRY_CAPACITY]; member in class:TimeZoneFormat

Completed in 861 milliseconds