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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ddtfmtsym.h847 static UDateFormatField U_EXPORT2 getPatternCharIndex(UChar c);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dsmpdtfmt.cpp1281 DateFormatSymbols::getPatternCharIndex(ovrField.charAt(0));
1318 UDateFormatField patternCharIndex = DateFormatSymbols::getPatternCharIndex(ch);
1802 UDateFormatField f = DateFormatSymbols::getPatternCharIndex(ch);
1819 UDateFormatField f = DateFormatSymbols::getPatternCharIndex(ch);
2382 UDateFormatField patternCharIndex = DateFormatSymbols::getPatternCharIndex(pattern.charAt(i));
2558 UDateFormatField patternCharIndex = DateFormatSymbols::getPatternCharIndex(ch);
H A Ddtfmtsym.cpp1209 DateFormatSymbols::getPatternCharIndex(UChar c) { function in class:DateFormatSymbols
1257 return isNumericField(getPatternCharIndex(c), count);

Completed in 68 milliseconds