HomeSort by relevance Sort by last modified time
    Searched refs:ABBREVIATED (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/intltest/
tsdtfmsy.cpp 65 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
90 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
209 const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
210 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
211 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED) !=
212 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) {
213 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed");
230 const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
231 fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
232 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) !=
    [all...]
  /external/icu4c/i18n/
udat.cpp 455 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
467 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
479 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
487 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
561 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
573 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
585 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
593 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
dtfmtsym.cpp 186 static const char gNamesAbbrTag[]="abbreviated";
558 case ABBREVIATED :
576 case ABBREVIATED :
619 case ABBREVIATED :
637 case ABBREVIATED :
667 case ABBREVIATED :
685 case ABBREVIATED :
799 case ABBREVIATED :
826 case ABBREVIATED :
893 case ABBREVIATED
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 181 * Gets abbreviated era strings. For example: "AD" and "BC".
190 * Sets abbreviated era strings. For example: "AD" and "BC".
280 ABBREVIATED,
290 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
302 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
344 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
355 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
364 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
377 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
475 * Abbreviated era strings. For example: "AD" and "BC"
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 447 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
453 dateFormatSym.getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
460 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
466 dateFormatSym.getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 362 milliseconds