Searched refs:safeAppend (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSimpleDateFormat.java1584 safeAppend(formatData.narrowEras, value, buf);
1587 safeAppend(formatData.eraNames, value, buf);
1590 safeAppend(formatData.eras, value, buf);
1597 safeAppend(formatData.shortYearNames, value-1, buf);
1702 safeAppend(formatData.narrowWeekdays, value, buf);
1705 safeAppend(formatData.weekdays, value, buf);
1708 safeAppend(formatData.shorterWeekdays, value, buf);
1711 safeAppend(formatData.shortWeekdays, value, buf);
1718 safeAppend(formatData.ampms, value, buf);
1720 safeAppend(formatDat
2059 private static void safeAppend(String[] array, int value, StringBuffer appendTo) { method in class:SimpleDateFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java1594 safeAppend(formatData.narrowEras, value, buf);
1597 safeAppend(formatData.eraNames, value, buf);
1600 safeAppend(formatData.eras, value, buf);
1607 safeAppend(formatData.shortYearNames, value-1, buf);
1712 safeAppend(formatData.narrowWeekdays, value, buf);
1715 safeAppend(formatData.weekdays, value, buf);
1718 safeAppend(formatData.shorterWeekdays, value, buf);
1721 safeAppend(formatData.shortWeekdays, value, buf);
1728 safeAppend(formatData.ampms, value, buf);
1730 safeAppend(formatDat
2069 private static void safeAppend(String[] array, int value, StringBuffer appendTo) { method in class:SimpleDateFormat
[all...]

Completed in 73 milliseconds