Home | History | Annotate | Download | only in i18n

Lines Matching refs:getBestPattern

1046 DateTimePatternGenerator::getBestPattern(const UnicodeString& patternForm, UErrorCode& status) {
1047 return getBestPattern(patternForm, UDATPG_MATCH_NO_OPTIONS, status);
1051 DateTimePatternGenerator::getBestPattern(const UnicodeString& patternForm, UDateTimePatternMatchOptions options, UErrorCode& status) {
1741 UnicodeString trial = getBestPattern(current.getPattern(), status);