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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DChineseDateFormat.java102 // protected String subFormat(char ch, int count, int beginOffset,
116 // return super.subFormat(ch, count, beginOffset, pos, formatData, cal);
127 protected void subFormat(StringBuffer buf, method in class:ChineseDateFormat
136 super.subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);
141 // code that handles this at the end of SimpleDateFormat.subFormat.
H A DSimpleDateFormat.java917 * subFormat variant that takes a StringBuffer.
1357 subFormat(toAppendTo, item.type, item.length, toAppendTo.length(),
1360 toAppendTo.append(subFormat(item.type, item.length, toAppendTo.length(),
1501 protected String subFormat(char ch, int count, int beginOffset, method in class:SimpleDateFormat
1507 return subFormat(ch, count, beginOffset, 0, DisplayContext.CAPITALIZATION_NONE, pos, cal);
1519 protected String subFormat(char ch, int count, int beginOffset, method in class:SimpleDateFormat
1525 subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);
1535 * the need to support the slow subFormat variant (above) which
1544 protected void subFormat(StringBuffer buf, method in class:SimpleDateFormat
1906 subFormat(bu
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DChineseDateFormat.java100 // protected String subFormat(char ch, int count, int beginOffset,
114 // return super.subFormat(ch, count, beginOffset, pos, formatData, cal);
125 protected void subFormat(StringBuffer buf, method in class:ChineseDateFormat
134 super.subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);
139 // code that handles this at the end of SimpleDateFormat.subFormat.
H A DSimpleDateFormat.java918 * subFormat variant that takes a StringBuffer.
1366 subFormat(toAppendTo, item.type, item.length, toAppendTo.length(),
1369 toAppendTo.append(subFormat(item.type, item.length, toAppendTo.length(),
1513 protected String subFormat(char ch, int count, int beginOffset, method in class:SimpleDateFormat
1519 return subFormat(ch, count, beginOffset, 0, DisplayContext.CAPITALIZATION_NONE, pos, cal);
1530 protected String subFormat(char ch, int count, int beginOffset, method in class:SimpleDateFormat
1536 subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);
1546 * the need to support the slow subFormat variant (above) which
1554 protected void subFormat(StringBuffer buf, method in class:SimpleDateFormat
1916 subFormat(bu
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1024 // subFormat won't have to clone the const NumberFormat for each field.
1032 // Use subFormat() to format a repeated pattern character
1035 subFormat(appendTo, prevCh, count, capitalizationContext, fieldNum++, handler, *workCal, mutableNFs, status);
1050 // by subFormat(); count the number of times it is repeated
1062 subFormat(appendTo, prevCh, count, capitalizationContext, fieldNum++, handler, *workCal, mutableNFs, status);
1399 SimpleDateFormat::subFormat(UnicodeString &appendTo, function in class:SimpleDateFormat
1854 subFormat(appendTo, 0x61, count, capitalizationContext, fieldNum,
1875 subFormat(appendTo, 0x61, count, capitalizationContext, fieldNum,
1946 subFormat(appendTo, 0x61, count, capitalizationContext, fieldNum,

Completed in 111 milliseconds