HomeSort by relevance Sort by last modified time
    Searched refs:NARROW (Results 1 - 5 of 5) 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};
216 const UnicodeString *narrowMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW);
217 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW);
218 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW) !=
219 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) {
220 errln("ERROR: setMonths(FORMAT,NARROW) failed");
237 const UnicodeString *standaloneNarrowMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW);
238 fr.setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW);
239 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW) !=
    [all...]
  /external/icu4c/i18n/
udat.cpp 443 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
447 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
459 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
471 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
549 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
553 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
565 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
577 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
dtfmtsym.cpp 18 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context
187 static const char gNamesNarrowTag[]="narrow";
562 case NARROW :
580 case NARROW :
623 case NARROW :
641 case NARROW :
671 case NARROW :
689 case NARROW :
806 case NARROW :
833 case NARROW
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 215 * Gets narrow era strings. For example: "A" and "B".
218 * @return the narrow era strings.
224 * Sets narrow era strings. For example: "A" and "B".
225 * @param narrowEras Array of narrow era strings (DateFormatSymbols retains ownership.)
282 NARROW,
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
365 * are no NARROW quarters
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 197 milliseconds