HomeSort by relevance Sort by last modified time
    Searched refs:getMonths (Results 1 - 25 of 33) sorted by null

1 2

  /external/icu4c/test/intltest/
tsdtfmsy.cpp 34 * Test getMonths.
45 month=symbol->getMonths(cnt);
70 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
190 const UnicodeString *months = en.getMonths(count);
192 if( *en.getMonths(count) != *fr.getMonths(count)) {
202 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
204 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) !=
205 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
209 const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED)
    [all...]
transtst.cpp 820 const UnicodeString* data = syms.getMonths(count);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidLocaleTest.java 58 assertEquals("January", engSymbols.getMonths()[0]);
59 assertEquals("Januar", deuSymbols.getMonths()[0]);
  /external/icu4c/i18n/
udat.cpp 454 res = syms->getMonths(count);
486 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
494 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
498 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
502 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
564 syms->getMonths(count);
592 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
600 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
604 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
608 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW)
    [all...]
dtfmtsym.cpp 527 DateFormatSymbols::getMonths(int32_t &count) const
541 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 240 const UnicodeString* getMonths(int32_t& count) const;
297 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatSymbolsTest.java 285 * @tests java.text.DateFormatSymbols#getMonths()
289 // java.text.DateFormatSymbols.getMonths()
290 String[] retVal = dfs.getMonths();
430 String[] retVal = dfs.getMonths();
431 assertTrue("Return is identical", retVal != dfs.getMonths());
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 566 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
569 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
572 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
585 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
588 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
591 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 268 public String[] getMonths() {
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 242 public int getMonths() {
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java     [all...]
Date.java 506 .getMonths();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 836 value = symbols.getMonths()[month];
976 values = symbols.getMonths();
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 836 value = symbols.getMonths()[month];
976 values = symbols.getMonths();
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 2767 milliseconds

1 2