Home
last modified time | relevance | path

Searched refs:getShortMonths (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatSymbolsTest.java83 compareArrays(jdkDfs.getShortMonths(), icuDfs.getShortMonths(), loc, "getShortMonths"); in TestICUEquivalent()
106 dfs.setShortMonths(dfsEnUS.getShortMonths()); in TestSetSymbols()
114 compareArrays(dfs.getShortMonths(), dfsEnUS.getShortMonths(), loc, "getShortMonths"); in TestSetSymbols()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DDateFormatSymbolsICU.java111 public String[] getShortMonths() { in getShortMonths() method in DateFormatSymbolsICU
113 return super.getShortMonths(); in getShortMonths()
115 return fIcuDfs.getShortMonths(); in getShortMonths()
DSimpleDateFormatICU.java179 newJDK = newFormatSymbols.getShortMonths(); in setDateFormatSymbols()
180 curICU = icuDfs.getShortMonths(); in setDateFormatSymbols()
DCalendarICU.java317 result = (style == LONG) ? dfs.getMonths() : dfs.getShortMonths(); in getFieldStrings()
/external/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp235 const UnicodeString *shortMonths = en.getShortMonths(count); in TestSymbols()
237 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) { in TestSymbols()
Ddtfmttst.cpp4938 const UnicodeString *months = sym->getShortMonths(count); in TestDFSCreateForLocaleNonGregorianLocale()
4957 const UnicodeString *months = sym->getShortMonths(count); in TestDFSCreateForLocaleWithCalendarInLocale()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h263 const UnicodeString* getShortMonths(int32_t& count) const;
/external/icu/libicu/cts_headers/unicode/
Ddtfmtsym.h263 const UnicodeString* getShortMonths(int32_t& count) const;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java191 final String[] shortMonths = en.getShortMonths(); in TestSymbols()
193 final String[] shortMonths1 = fr.getShortMonths(); in TestSymbols()
DDateFormatRegressionTest.java1143 String[] shortMonthsCivil = islamicCivilDateFormatSymbols.getShortMonths(); in Test5006GetShortMonths()
1155 String[] shortMonths = islamicDateFormatSymbols.getShortMonths(); in Test5006GetShortMonths()
1168 shortMonths = gregorianDateFormatSymbols.getShortMonths(); in Test5006GetShortMonths()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java194 final String[] shortMonths = en.getShortMonths(); in TestSymbols()
196 final String[] shortMonths1 = fr.getShortMonths(); in TestSymbols()
DDateFormatRegressionTest.java1146 String[] shortMonthsCivil = islamicCivilDateFormatSymbols.getShortMonths(); in Test5006GetShortMonths()
1158 String[] shortMonths = islamicDateFormatSymbols.getShortMonths(); in Test5006GetShortMonths()
1171 shortMonths = gregorianDateFormatSymbols.getShortMonths(); in Test5006GetShortMonths()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DBarPlotExampleActivity.java259 … return new StringBuffer(DateFormatSymbols.getInstance().getShortMonths()[month] + " '0" + year); in onCreate()
/external/icu/icu4c/source/i18n/
Dudat.cpp632 res = syms->getShortMonths(count); in udat_getSymbols()
774 syms->getShortMonths(count); in udat_countSymbols()
Ddtfmtsym.cpp669 DateFormatSymbols::getShortMonths(int32_t &count) const in getShortMonths() function in DateFormatSymbols
/external/cldr/tools/java/org/unicode/cldr/tool/
DExtractMessages.java621 String[] names = type == Type.MONTH ? dfs.getMonths() : dfs.getShortMonths(); in DataHandler()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java1948 tmp.setShortMonths(dfsb.getShortMonths()); in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java1951 tmp.setShortMonths(dfsb.getShortMonths()); in hasSameBehavior()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java888 public String[] getShortMonths() { in getShortMonths() method in DateFormatSymbols
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java865 public String[] getShortMonths() { in getShortMonths() method in DateFormatSymbols
/external/icu/android_icu4j/api/public/
Dcurrent.txt2433 method public String[] getShortMonths();
/external/icu/icu4j/tools/build/
Dicu4j60.api3.gz
Dicu4j62.api3.gz12;ICU4J 62.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j61.api3.gz
Dicu4j59.api3.gz12;ICU4J 59.1;; 2ST@3.6;PB;NS;NF;NS; ...

12