OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DtContextType
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/unicode/
dtfmtsym.h
271
enum
DtContextType
{
296
const UnicodeString* getMonths(int32_t& count,
DtContextType
context, DtWidthType width) const;
307
void setMonths(const UnicodeString* months, int32_t count,
DtContextType
context, DtWidthType width);
350
const UnicodeString* getWeekdays(int32_t& count,
DtContextType
context, DtWidthType width) const;
360
void setWeekdays(const UnicodeString* weekdays, int32_t count,
DtContextType
context, DtWidthType width);
371
const UnicodeString* getQuarters(int32_t& count,
DtContextType
context, DtWidthType width) const;
383
void setQuarters(const UnicodeString* quarters, int32_t count,
DtContextType
context, DtWidthType width);
/external/icu4c/i18n/
dtfmtsym.cpp
556
DateFormatSymbols::getMonths(int32_t &count,
DtContextType
context, DtWidthType width ) const
618
DateFormatSymbols::getWeekdays(int32_t &count,
DtContextType
context, DtWidthType width) const
665
DateFormatSymbols::getQuarters(int32_t &count,
DtContextType
context, DtWidthType width ) const
792
DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count,
DtContextType
context, DtWidthType width)
886
DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count,
DtContextType
context, DtWidthType width)
953
DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count,
DtContextType
context, DtWidthType width)
[
all
...]
/external/icu4c/test/intltest/
tsdtfmsy.cpp
64
DateFormatSymbols::
DtContextType
context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
89
DateFormatSymbols::
DtContextType
context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
Completed in 102 milliseconds