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

  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 66 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
91 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
151 const UnicodeString * wdFmtAbbrev = symbol->getWeekdays(cntFmtAbbrev,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
154 // Expect that English short names are prefixes of abbreviated names
156 errln("ERROR: English format short weekday names don't match prefixes of format abbreviated names");
159 errln("ERROR: English standalone short weekday names don't match prefixes of format abbreviated names");
245 const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
246 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
247 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED) !=
248 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) {
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/i18n/
udat.cpp 450 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
462 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
474 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
482 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
555 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
567 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
579 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
587 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
dtfmtsym.cpp 185 static const char gNamesAbbrTag[]="abbreviated";
567 case ABBREVIATED :
585 case ABBREVIATED :
628 case ABBREVIATED :
646 case ABBREVIATED :
676 case ABBREVIATED :
694 case ABBREVIATED :
808 case ABBREVIATED :
835 case ABBREVIATED :
902 case ABBREVIATED
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 505 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
517 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
533 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
541 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
619 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
631 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
647 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
655 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
    [all...]
dtfmtsym.cpp 165 static const char gNamesAbbrTag[]="abbreviated";
562 case ABBREVIATED :
563 case SHORT : // no month data for this, defaults to ABBREVIATED
581 case ABBREVIATED :
582 case SHORT : // no month data for this, defaults to ABBREVIATED
625 case ABBREVIATED :
647 case ABBREVIATED :
681 case ABBREVIATED :
682 case SHORT : // no quarter data for this, defaults to ABBREVIATED
700 case ABBREVIATED
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 183 * Gets abbreviated era strings. For example: "AD" and "BC".
192 * Sets abbreviated era strings. For example: "AD" and "BC".
282 ABBREVIATED,
292 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
304 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
346 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
357 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
366 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
379 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
473 * Abbreviated era strings. For example: "AD" and "BC"
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 184 * Gets abbreviated era strings. For example: "AD" and "BC".
193 * Sets abbreviated era strings. For example: "AD" and "BC".
283 ABBREVIATED,
300 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
312 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
335 * Gets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is
338 * @return the abbreviated weekday strings. (DateFormatSymbols retains ownership.)
344 * Sets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is
346 * @param abbrevWeekdays the new abbreviated weekday strings. (not adopted; caller retains ownership)
356 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARRO
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 620 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
629 dateFormatSym.getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
639 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
648 dateFormatSym.getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1936 milliseconds