Home | History | Annotate | Download | only in i18n

Lines Matching refs:getBestPattern

753 DateTimePatternGenerator::getBestPattern(const UnicodeString& patternForm, UErrorCode& status) {
754 return getBestPattern(patternForm, UDATPG_MATCH_NO_OPTIONS, status);
758 DateTimePatternGenerator::getBestPattern(const UnicodeString& patternForm, UDateTimePatternMatchOptions options, UErrorCode& status) {
1236 UnicodeString trial = getBestPattern(current.getPattern(), status);