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

1 2

  /external/chromium_org/third_party/icu/source/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 819 const UnicodeString* data = syms.getMonths(count);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 35 * Test getMonths.
46 month=symbol->getMonths(cnt);
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
226 const UnicodeString *months = en.getMonths(count);
228 if( *en.getMonths(count) != *fr.getMonths(count)) {
238 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
240 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) !=
241 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
245 const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED)
    [all...]
transtst.cpp 819 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/chromium_org/third_party/icu/source/i18n/
udat.cpp 406 res = syms->getMonths(count);
438 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
446 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
450 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
454 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
515 syms->getMonths(count);
543 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
551 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
555 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
559 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW)
    [all...]
dtfmtsym.cpp 542 DateFormatSymbols::getMonths(int32_t &count) const
556 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 457 res = syms->getMonths(count);
489 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
501 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
505 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
509 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
575 syms->getMonths(count);
603 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
615 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
619 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
623 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW)
    [all...]
dtfmtsym.cpp 537 DateFormatSymbols::getMonths(int32_t &count) const
551 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DateFormatSymbolsTest.java 142 * @tests java.text.DateFormatSymbols#getMonths()
146 // java.text.DateFormatSymbols.getMonths()
147 String[] retVal = dfs.getMonths();
280 String[] retVal = dfs.getMonths();
281 assertTrue("Return is identical", retVal != dfs.getMonths());
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 239 const UnicodeString* getMonths(int32_t& count) const;
296 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 240 const UnicodeString* getMonths(int32_t& count) const;
304 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 617 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
620 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
623 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
636 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
639 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
642 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 269 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 503 .getMonths();
  /external/chromium_org/components/autofill/core/browser/
credit_card.cc 87 const icu::UnicodeString* months = date_format_symbols.getMonths(num_months);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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 
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
joda-time-1.1.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 

Completed in 465 milliseconds

1 2