Searched refs:getMonths (Results 1 - 9 of 9) sorted by relevance
/external/icu4c/test/intltest/ |
H A D | 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(coun [all...] |
H A D | transtst.cpp | 819 const UnicodeString* data = syms.getMonths(count);
|
/external/icu4c/i18n/ |
H A D | udat.cpp | 411 res = syms->getMonths(count); 443 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 451 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); 455 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); 459 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 521 syms->getMonths(count); 549 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 557 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); 561 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); 565 syms->getMonths(coun [all...] |
H A D | dtfmtsym.cpp | 533 DateFormatSymbols::getMonths(int32_t &count) const function in class:DateFormatSymbols 547 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const function in class:DateFormatSymbols
|
/external/icu4c/i18n/unicode/ |
H A D | dtfmtsym.h | 237 const UnicodeString* getMonths(int32_t& count) const; 294 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/ |
H A D | 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());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
H A D | CalendarTest.java | 836 value = symbols.getMonths()[month]; 976 values = symbols.getMonths();
|
/external/jdiff/ |
H A D | xerces.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 2138 milliseconds