Searched refs:quarters (Results 1 - 7 of 7) sorted by relevance

/external/curl/tests/server/
H A Drtspd.c1135 int quarters; local
1142 quarters = num * 4;
1143 while(quarters > 0) {
1144 quarters--;
1156 if(!quarters)
H A Dsws.c1212 int quarters = req->writedelay * 4; local
1214 while((quarters > 0) && !got_exit_signal) {
1215 quarters--;
1249 int quarters; local
1256 quarters = num * 4;
1257 while((quarters > 0) && !got_exit_signal) {
1258 quarters--;
1268 if(!quarters)
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormatSymbols.java513 String quarters[] = null; field in class:DateFormatSymbols
1014 * either WIDE or ABBREVIATED. There are no NARROW quarters.
1023 returnValue = quarters;
1061 * either WIDE or ABBREVIATED. There are no NARROW quarters.
1068 quarters = duplicate(newQuarters);
1537 this.quarters = dfs.quarters;
1652 || keyString.equals("quarters")
1937 quarters = arrays.get("quarters/forma
[all...]
H A DSimpleDateFormat.java1859 safeAppend(formatData.quarters, value/3, buf);
3547 if((newStart = matchQuarterString(text, start, Calendar.MONTH, formatData.quarters, cal)) > 0) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java524 String quarters[] = null; field in class:DateFormatSymbols
1041 * either WIDE or ABBREVIATED. There are no NARROW quarters.
1051 returnValue = quarters;
1089 * either WIDE or ABBREVIATED. There are no NARROW quarters.
1097 quarters = duplicate(newQuarters);
1578 this.quarters = dfs.quarters;
1693 || keyString.equals("quarters")
1978 quarters = arrays.get("quarters/forma
[all...]
H A DSimpleDateFormat.java1869 safeAppend(formatData.quarters, value/3, buf);
3563 if((newStart = matchQuarterString(text, start, Calendar.MONTH, formatData.quarters, cal)) > 0) {
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h389 * are no NARROW quarters.
398 * @param quarters The new quarter strings. (not adopted; caller retains ownership)
402 * are no NARROW quarters.
405 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);
770 * Short quarters. For example: "Q1", "Q2", etc.

Completed in 195 milliseconds