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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp56 static const UChar gPatternChars[] = { variable
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);
/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp56 static const UChar gPatternChars[] = { variable
1188 return gPatternChars;
1193 const UChar *p = u_strchr(gPatternChars, c);
1197 return static_cast<UDateFormatField>(p - gPatternChars);
1543 fLocalPatternChars.setTo(TRUE, gPatternChars, PATTERN_CHARS_LEN);
1615 fLocalPatternChars.append(UnicodeString(TRUE, &gPatternChars[len], PATTERN_CHARS_LEN-len));
1618 fLocalPatternChars.setTo(TRUE, gPatternChars, PATTERN_CHARS_LEN);

Completed in 59 milliseconds