/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 337 …const UnicodeString *wideQuarters = en.getQuarters(count,DateFormatSymbols::FORMAT, DateFormatSymb… in TestSymbols() 339 if( *en.getQuarters(count,DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE) != in TestSymbols() 340 *fr2.getQuarters(count,DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE )) { in TestSymbols() 344 …const UnicodeString *abbrQuarters = en.getQuarters(count,DateFormatSymbols::FORMAT, DateFormatSymb… in TestSymbols() 346 if( *en.getQuarters(count,DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED) != in TestSymbols() 347 *fr2.getQuarters(count,DateFormatSymbols::FORMAT ,DateFormatSymbols::ABBREVIATED )) { in TestSymbols() 351 …const UnicodeString *standaloneWideQuarters = en.getQuarters(count,DateFormatSymbols::STANDALONE, … in TestSymbols() 353 if( *en.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE) != in TestSymbols() 354 *fr.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE )) { in TestSymbols() 358 …const UnicodeString *standaloneShortQuarters = en.getQuarters(count,DateFormatSymbols::STANDALONE,… in TestSymbols() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 424 … final String[] wideQuarters = en.getQuarters(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 426 … final String[] wideQuarters1 = fr2.getQuarters(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 439 …final String[] abbrQuarters = en.getQuarters(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATE… in TestSymbols() 441 …final String[] abbrQuarters1 = fr2.getQuarters(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIA… in TestSymbols() 454 …final String[] standaloneQuarters = en.getQuarters(DateFormatSymbols.STANDALONE,DateFormatSymbols.… in TestSymbols() 456 …final String[] standaloneQuarters1 = fr.getQuarters(DateFormatSymbols.STANDALONE,DateFormatSymbols… in TestSymbols() 469 …final String[] standaloneShortQuarters = en.getQuarters(DateFormatSymbols.STANDALONE,DateFormatSym… in TestSymbols() 471 …final String[] standaloneShortQuarters1 = fr.getQuarters(DateFormatSymbols.STANDALONE,DateFormatSy… in TestSymbols()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 427 … final String[] wideQuarters = en.getQuarters(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 429 … final String[] wideQuarters1 = fr2.getQuarters(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 442 …final String[] abbrQuarters = en.getQuarters(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATE… in TestSymbols() 444 …final String[] abbrQuarters1 = fr2.getQuarters(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIA… in TestSymbols() 457 …final String[] standaloneQuarters = en.getQuarters(DateFormatSymbols.STANDALONE,DateFormatSymbols.… in TestSymbols() 459 …final String[] standaloneQuarters1 = fr.getQuarters(DateFormatSymbols.STANDALONE,DateFormatSymbols… in TestSymbols() 472 …final String[] standaloneShortQuarters = en.getQuarters(DateFormatSymbols.STANDALONE,DateFormatSym… in TestSymbols() 474 …final String[] standaloneShortQuarters1 = fr.getQuarters(DateFormatSymbols.STANDALONE,DateFormatSy… in TestSymbols()
|
/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 700 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 704 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 708 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 712 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 838 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols() 842 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_countSymbols() 846 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols() 850 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
|
D | dtfmtsym.cpp | 795 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const in getQuarters() function in DateFormatSymbols
|
/external/icu/android_icu4j/testing/src/com/android/icu/test/text/ |
D | ExtendedDateFormatSymbolsTest.java | 49 assertNotNullQuarters(locale, dfs.getQuarters(FORMAT, ABBREVIATED)); in testAll()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 396 … const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
|
/external/icu/libicu/cts_headers/unicode/ |
D | dtfmtsym.h | 396 … const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 1050 public String[] getQuarters(int context, int width) { in getQuarters() method in DateFormatSymbols
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateFormatSymbols.java | 1019 public String[] getQuarters(int context, int width) { in getQuarters() method in DateFormatSymbols
|
/external/icu/android_icu4j/api/public/ |
D | current.txt | 2432 method public String[] getQuarters(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; ... |
D | icu4j63.api3.gz |
|
D | icu4j65.api3.gz |
|
D | icu4j68.api3.gz |
|
D | icu4j64.api3.gz | 12;ICU4J 64.2;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j66.api3.gz |
|