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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddtfmtsym.cpp56 static const UChar gPatternChars[] = { variable
1205 return gPatternChars;
1210 const UChar *p = u_strchr(gPatternChars, c);
1214 return static_cast<UDateFormatField>(p - gPatternChars);
1575 fLocalPatternChars.setTo(TRUE, gPatternChars, PATTERN_CHARS_LEN);
1647 fLocalPatternChars.append(UnicodeString(TRUE, &gPatternChars[len], PATTERN_CHARS_LEN-len));
1650 fLocalPatternChars.setTo(TRUE, gPatternChars, PATTERN_CHARS_LEN);

Completed in 78 milliseconds