Searched defs:monthPattern (Results 1 - 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSimpleDateFormat.java1907 private static void safeAppendWithMonthPattern(String[] array, int value, StringBuffer appendTo, String monthPattern) { argument
1909 if (monthPattern == null) {
1912 appendTo.append(MessageFormat.format(monthPattern, array[value]));
2635 * @param monthPattern leap month pattern, or null if none.
2645 private int matchString(String text, int start, int field, String[] data, String monthPattern, Calendar cal) argument
2672 if (monthPattern != null) {
2673 String leapMonthName = MessageFormat.format(monthPattern, data[i]);
2691 if (monthPattern != null) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java1917 private static void safeAppendWithMonthPattern(String[] array, int value, StringBuffer appendTo, String monthPattern) { argument
1919 if (monthPattern == null) {
1922 appendTo.append(MessageFormat.format(monthPattern, array[value]));
2649 * @param monthPattern leap month pattern, or null if none.
2659 private int matchString(String text, int start, int field, String[] data, String monthPattern, Calendar cal) argument
2686 if (monthPattern != null) {
2687 String leapMonthName = MessageFormat.format(monthPattern, data[i]);
2705 if (monthPattern != null) {
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1235 const UnicodeString* monthPattern, UErrorCode& status) {
1238 if (monthPattern == NULL) {
1242 MessageFormat::format(*monthPattern, &monthName, 1, dst, status);
2519 const UnicodeString* monthPattern,
2542 if (monthPattern != NULL) {
2546 MessageFormat::format(*monthPattern, &monthName, 1, leapMonthName, status);
2568 if (monthPattern != NULL) {
1234 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, const UnicodeString* monthPattern, UErrorCode& status) argument
2514 matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, const UnicodeString* monthPattern, Calendar& cal) const argument
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 218 milliseconds