OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTZNM_SHORT_DAYLIGHT
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/i18n/unicode/
tznames.h
63
UTZNM_SHORT_DAYLIGHT
= 0x20,
/libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp
90
names->getDisplayName(zone_id.unicodeString(),
UTZNM_SHORT_DAYLIGHT
, now, short_dst);
/external/icu4c/i18n/
tzfmt.cpp
131
static const int32_t ALL_SIMPLE_NAME_TYPES = UTZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD |
UTZNM_SHORT_DAYLIGHT
| UTZNM_EXEMPLAR_LOCATION;
655
formatSpecific(tz, UTZNM_SHORT_STANDARD,
UTZNM_SHORT_DAYLIGHT
, date, name, timeType);
920
nameTypes = (UTZNM_SHORT_STANDARD |
UTZNM_SHORT_DAYLIGHT
);
[
all
...]
tznames_impl.cpp
48
UTZNM_SHORT_GENERIC, UTZNM_SHORT_STANDARD,
UTZNM_SHORT_DAYLIGHT
,
545
case
UTZNM_SHORT_DAYLIGHT
:
[
all
...]
timezone.cpp
[
all
...]
tzgnames.cpp
961
case
UTZNM_SHORT_DAYLIGHT
: // this one is never used for generic, but just in case
[
all
...]
dtfmtsym.cpp
[
all
...]
Completed in 51 milliseconds