Home | History | Annotate | Download | only in i18n

Lines Matching refs:sep

304         UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */);
305 if (sep != NULL) {
306 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(FALSE, hourFormats, (int32_t)(sep - hourFormats));
307 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(TRUE, sep + 1, -1);
1645 TimeZoneFormat::formatOffsetWithAsciiDigits(int32_t offset, UChar sep, OffsetFields minFields, OffsetFields maxFields, UnicodeString& result) {
1676 if (sep && idx != 0) {
1677 result.append(sep);
1769 TimeZoneFormat::parseAsciiOffsetFields(const UnicodeString& text, ParsePosition& pos, UChar sep, OffsetFields minFields, OffsetFields maxFields, UBool fixedHourWidth) {
1775 if (c == sep) {
2059 UnicodeString sep;
2062 sep = offsetHM.tempSubString(idx_H + 1, idx_mm - (idx_H + 1));
2065 result.append(sep);