Searched refs:getZodiacNames (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 717 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 721 … res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 725 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 855 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols() 859 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_countSymbols() 863 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
|
D | dtfmtsym.cpp | 835 DateFormatSymbols::getZodiacNames(int32_t& count, in getZodiacNames() function in DateFormatSymbols
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 522 …final String[] shortZodiacNames = zhChiCal.getZodiacNames(DateFormatSymbols.FORMAT, DateFormatSymb… in TestSymbols() 530 …final String[] testZodiacNames = zhChiCal.getZodiacNames(DateFormatSymbols.FORMAT, DateFormatSymbo… in TestSymbols()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 479 const UnicodeString* getZodiacNames(int32_t& count,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 1110 public String[] getZodiacNames(int context, int width) { in getZodiacNames() method in DateFormatSymbols
|