Home
last modified time | relevance | path

Searched refs:getZodiacNames (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dudat.cpp717 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()
Ddtfmtsym.cpp835 DateFormatSymbols::getZodiacNames(int32_t& count, in getZodiacNames() function in DateFormatSymbols
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java522 …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/
Ddtfmtsym.h479 const UnicodeString* getZodiacNames(int32_t& count,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1110 public String[] getZodiacNames(int context, int width) { in getZodiacNames() method in DateFormatSymbols