OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDateTimeFormat
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/unicode/
dtptngen.h
231
void
setDateTimeFormat
(const UnicodeString& dateTimeFormat);
234
* Getter corresponding to
setDateTimeFormat
.
/external/icu4c/i18n/
udatpg.cpp
184
((DateTimePatternGenerator *)dtpg)->
setDateTimeFormat
(dtFormatString);
dtptngen.cpp
555
setDateTimeFormat
(rbPattern);
829
DateTimePatternGenerator::
setDateTimeFormat
(const UnicodeString& dtFormat) {
856
setDateTimeFormat
(UnicodeString(TRUE, resStr, resStrLen));
[
all
...]
/external/icu4c/test/intltest/
dtptngts.cpp
429
//
setDateTimeFormat
() , getDateTimeFormat()
430
gen->
setDateTimeFormat
(newDateTimeFormat);
432
errln("ERROR: unexpected result from
setDateTimeFormat
() and getDateTimeFormat()!.\n");
[
all
...]
Completed in 600 milliseconds