Home
last modified time | relevance | path

Searched refs:getMonths (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp48 month=symbol->getMonths(cnt); in TestGetMonths()
73 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]); in TestGetMonths2()
229 const UnicodeString *months = en.getMonths(count); in TestSymbols()
231 if( *en.getMonths(count) != *fr.getMonths(count)) { in TestSymbols()
241 …const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::… in TestSymbols()
243 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols()
244 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols()
248 …const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::… in TestSymbols()
250 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED) != in TestSymbols()
251 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
[all …]
Dtranstst.cpp823 const UnicodeString* data = syms.getMonths(count); in TestJ277()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java44 month=symbol.getMonths(); in TestGetMonths()
66 String[] month =symbol.getMonths(context[i],width[j]); in TestGetMonths2()
176 final String[] months = en.getMonths(); in TestSymbols()
178 final String[] months1 = fr.getMonths(); in TestSymbols()
206 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
208 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
221 … final String[] abbrMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
223 …final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
236 … final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
238 … final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java47 month=symbol.getMonths(); in TestGetMonths()
69 String[] month =symbol.getMonths(context[i],width[j]); in TestGetMonths2()
179 final String[] months = en.getMonths(); in TestSymbols()
181 final String[] months1 = fr.getMonths(); in TestSymbols()
209 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
211 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
224 … final String[] abbrMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
226 …final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
239 … final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
241 … final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
[all …]
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatSymbolsTest.java82 compareArrays(jdkDfs.getMonths(), icuDfs.getMonths(), loc, "getMonths"); in TestICUEquivalent()
105 dfs.setMonths(dfsEnUS.getMonths()); in TestSetSymbols()
113 compareArrays(dfs.getMonths(), dfsEnUS.getMonths(), loc, "getMonths"); in TestSetSymbols()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DDateFormatSymbolsICU.java103 public String[] getMonths() { in getMonths() method in DateFormatSymbolsICU
105 return super.getMonths(); in getMonths()
107 return fIcuDfs.getMonths(); in getMonths()
DSimpleDateFormatICU.java173 newJDK = newFormatSymbols.getMonths(); in setDateFormatSymbols()
174 curICU = icuDfs.getMonths(); in setDateFormatSymbols()
DCalendarICU.java317 result = (style == LONG) ? dfs.getMonths() : dfs.getShortMonths(); in getFieldStrings()
/external/icu/icu4c/source/i18n/
Dudat.cpp628 res = syms->getMonths(count); in udat_getSymbols()
660 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
676 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
680 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
770 syms->getMonths(count); in udat_countSymbols()
798 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
810 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
814 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
818 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols()
Ddtfmtsym.cpp662 DateFormatSymbols::getMonths(int32_t &count) const in getMonths() function in DateFormatSymbols
676 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const in getMonths() function in DateFormatSymbols
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h245 const UnicodeString* getMonths(int32_t& count) const;
319 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
/external/icu/libicu/cts_headers/unicode/
Ddtfmtsym.h245 const UnicodeString* getMonths(int32_t& count) const;
319 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java331 String month = fSymbols[i].getMonths()[ in paint()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java1947 tmp.setMonths(dfsb.getMonths()); in hasSameBehavior()
2029 String months_a[] = dfs_a.getMonths(); in hasSameBehavior()
2030 String months_b[] = dfs_b.getMonths(); in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java1950 tmp.setMonths(dfsb.getMonths()); in hasSameBehavior()
2032 String months_a[] = dfs_a.getMonths(); in hasSameBehavior()
2033 String months_b[] = dfs_b.getMonths(); in hasSameBehavior()
/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/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java781 public String[] getMonths() { in getMonths() method in DateFormatSymbols
793 public String[] getMonths(int context, int width) { in getMonths() method in DateFormatSymbols
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java762 public String[] getMonths() { in getMonths() method in DateFormatSymbols
773 public String[] getMonths(int context, int width) { in getMonths() method in DateFormatSymbols
/external/cldr/tools/java/org/unicode/cldr/util/
DLenientDateParser.java716 loadArray(map, symbols.getMonths(context, width), Type.MONTH);
/external/icu/android_icu4j/api/public/
Dcurrent.txt2429 method public String[] getMonths();
2430 method public String[] getMonths(int, int);
/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; ...
Dicu4j67.api3.gz12;ICU4J 67.1;; 2ST@3.6;PB;NS;NF;NS; ...

12