OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getQuarters
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/test/intltest/
tsdtfmsy.cpp
298
const UnicodeString *wideQuarters = en.
getQuarters
(count,DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
300
if( *en.
getQuarters
(count,DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE) !=
301
*fr2.
getQuarters
(count,DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE )) {
305
const UnicodeString *abbrQuarters = en.
getQuarters
(count,DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
307
if( *en.
getQuarters
(count,DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED) !=
308
*fr2.
getQuarters
(count,DateFormatSymbols::FORMAT ,DateFormatSymbols::ABBREVIATED )) {
312
const UnicodeString *standaloneWideQuarters = en.
getQuarters
(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
314
if( *en.
getQuarters
(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE) !=
315
*fr.
getQuarters
(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE )) {
319
const UnicodeString *standaloneShortQuarters = en.
getQuarters
(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED)
[
all
...]
/external/icu4c/i18n/
udat.cpp
470
res = syms->
getQuarters
(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
474
res = syms->
getQuarters
(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
478
res = syms->
getQuarters
(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
482
res = syms->
getQuarters
(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
575
syms->
getQuarters
(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
579
syms->
getQuarters
(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
583
syms->
getQuarters
(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
587
syms->
getQuarters
(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
dtfmtsym.cpp
665
DateFormatSymbols::
getQuarters
(int32_t &count, DtContextType context, DtWidthType width ) const
[
all
...]
/external/icu4c/i18n/unicode/
dtfmtsym.h
371
const UnicodeString*
getQuarters
(int32_t& count, DtContextType context, DtWidthType width) const;
Completed in 19 milliseconds