Home | History | Annotate | Download | only in i18n

Lines Matching defs:region

622                     const UChar *region = TimeZone::getRegion(id, ec);
626 if (u_strcmp(region, WORLD) == 0) {
791 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
809 if (region != NULL || rawOffset != NULL) {
826 if (region != NULL) {
827 // Filter by region
833 if (uprv_stricmp(tzregion, region) != 0) {
834 // region does not match
956 const char* region,
959 return TZEnumeration::create(zoneType, region, rawOffset, ec);
1119 // get region mapping
1135 TimeZone::getRegion(const UnicodeString& id, char *region, int32_t capacity, UErrorCode& status)
1138 *region = 0;
1154 // A region code is represented by invariant characters
1155 u_UCharsToChars(uregion, region, uprv_min(resultLen, capacity));
1162 return u_terminateChars(region, capacity, resultLen, &status);
1631 TimeZone::getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErrorCode& status) {
1664 if (region) {
1665 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because