OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtFormat
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/unicode/
udatpg.h
426
* @param
dtFormat
429
* @param length the length of
dtFormat
.
434
const UChar *
dtFormat
, int32_t length);
/external/icu4c/i18n/
udatpg.cpp
182
const UChar *
dtFormat
, int32_t length) {
183
UnicodeString dtFormatString((UBool)(length<0),
dtFormat
, length);
dtptngen.cpp
760
UnicodeString
dtFormat
;
794
dtFormat
=getDateTimeFormat();
796
resultPattern = MessageFormat::format(
dtFormat
, dateTimeObject, 2, resultPattern, status );
840
DateTimePatternGenerator::setDateTimeFormat(const UnicodeString&
dtFormat
) {
841
dateTimeFormat =
dtFormat
;
[
all
...]
Completed in 155 milliseconds