/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 48 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 …]
|
D | transtst.cpp | 823 const UnicodeString* data = syms.getMonths(count); in TestJ277()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 44 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/ |
D | IntlTestDateFormatSymbols.java | 47 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/ |
D | DateFormatSymbolsTest.java | 82 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/ |
D | DateFormatSymbolsICU.java | 103 public String[] getMonths() { in getMonths() method in DateFormatSymbolsICU 105 return super.getMonths(); in getMonths() 107 return fIcuDfs.getMonths(); in getMonths()
|
D | SimpleDateFormatICU.java | 173 newJDK = newFormatSymbols.getMonths(); in setDateFormatSymbols() 174 curICU = icuDfs.getMonths(); in setDateFormatSymbols()
|
D | CalendarICU.java | 317 result = (style == LONG) ? dfs.getMonths() : dfs.getShortMonths(); in getFieldStrings()
|
/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 628 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()
|
D | dtfmtsym.cpp | 662 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/ |
D | dtfmtsym.h | 245 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/ |
D | dtfmtsym.h | 245 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/ |
D | CalendarPanel.java | 331 String month = fSymbols[i].getMonths()[ in paint()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatHandler.java | 1947 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/ |
D | FormatHandler.java | 1950 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/ |
D | ExtractMessages.java | 621 String[] names = type == Type.MONTH ? dfs.getMonths() : dfs.getShortMonths(); in DataHandler()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 781 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/ |
D | DateFormatSymbols.java | 762 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/ |
D | LenientDateParser.java | 716 loadArray(map, symbols.getMonths(context, width), Type.MONTH);
|
/external/icu/android_icu4j/api/public/ |
D | current.txt | 2429 method public String[] getMonths(); 2430 method public String[] getMonths(int, int);
|
/external/icu/icu4j/tools/build/ |
D | icu4j60.api3.gz |
|
D | icu4j62.api3.gz | 12;ICU4J 62.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j61.api3.gz |
|
D | icu4j59.api3.gz | 12;ICU4J 59.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j67.api3.gz | 12;ICU4J 67.1;;
2ST@3.6;PB;NS;NF;NS; ... |