Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java1907 …safeAppendWithMonthPattern(String[] array, int value, StringBuffer appendTo, String monthPattern) { in safeAppendWithMonthPattern() argument
1909 if (monthPattern == null) { in safeAppendWithMonthPattern()
1912 appendTo.append(MessageFormat.format(monthPattern, array[value])); in safeAppendWithMonthPattern()
2645 …private int matchString(String text, int start, int field, String[] data, String monthPattern, Cal… in matchString() argument
2672 if (monthPattern != null) { in matchString()
2673 String leapMonthName = MessageFormat.format(monthPattern, data[i]); in matchString()
2691 if (monthPattern != null) { in matchString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1917 …safeAppendWithMonthPattern(String[] array, int value, StringBuffer appendTo, String monthPattern) { in safeAppendWithMonthPattern() argument
1919 if (monthPattern == null) { in safeAppendWithMonthPattern()
1922 appendTo.append(MessageFormat.format(monthPattern, array[value])); in safeAppendWithMonthPattern()
2659 …private int matchString(String text, int start, int field, String[] data, String monthPattern, Cal… in matchString() argument
2686 if (monthPattern != null) { in matchString()
2687 String leapMonthName = MessageFormat.format(monthPattern, data[i]); in matchString()
2705 if (monthPattern != null) { in matchString()
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp1235 const UnicodeString* monthPattern, UErrorCode& status) { in _appendSymbolWithMonthPattern() argument
1238 if (monthPattern == NULL) { in _appendSymbolWithMonthPattern()
1242 MessageFormat::format(*monthPattern, &monthName, 1, dst, status); in _appendSymbolWithMonthPattern()
2519 const UnicodeString* monthPattern, in matchString() argument
2542 if (monthPattern != NULL) { in matchString()
2546 MessageFormat::format(*monthPattern, &monthName, 1, leapMonthName, status); in matchString()
2568 if (monthPattern != NULL) { in matchString()
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1344 const UnicodeString* monthPattern, Calendar& cal) const;