Lines Matching refs:sep
1424 UChar *sep = u_strchr(resStr, (UChar)0x003B /* ';' */);1425 if (sep != NULL) {1431 fGmtHourFormats[GMT_NEGATIVE_HM].setTo(TRUE, sep + 1, -1);1432 fGmtHourFormats[GMT_POSITIVE_HM].setTo(FALSE, resStr, (int32_t)(sep - resStr));