Home
last modified time | relevance | path

Searched refs:monthPattern (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dsmpdtfmt.cpp1009 const UnicodeString* monthPattern, UErrorCode& status) { in _appendSymbolWithMonthPattern() argument
1012 if (monthPattern == NULL) { in _appendSymbolWithMonthPattern()
1016 MessageFormat::format(*monthPattern, &monthName, 1, dst, status); in _appendSymbolWithMonthPattern()
2202 const UnicodeString* monthPattern, in matchString() argument
2238 if (monthPattern != NULL) { in matchString()
2242 MessageFormat::format(*monthPattern, &monthName, 1, leapMonthName, status); in matchString()
2263 if (monthPattern != NULL) { in matchString()
/external/icu4c/i18n/unicode/
Dsmpdtfmt.h1009 const UnicodeString* monthPattern, Calendar& cal) const;