Lines Matching refs:gPatternChars
56 static const UChar gPatternChars[] = {
1188 return gPatternChars;
1193 const UChar *p = u_strchr(gPatternChars, c);
1197 return static_cast<UDateFormatField>(p - gPatternChars);
1533 fLocalPatternChars.setTo(TRUE, gPatternChars, PATTERN_CHARS_LEN);
1605 fLocalPatternChars.append(UnicodeString(TRUE, &gPatternChars[len], PATTERN_CHARS_LEN-len));
1608 fLocalPatternChars.setTo(TRUE, gPatternChars, PATTERN_CHARS_LEN);