OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTZGNM_LONG
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
tzgnames.h
29
UTZGNM_LONG
= 0x02,
tzgnames.cpp
474
case
UTZGNM_LONG
:
615
U_ASSERT(type ==
UTZGNM_LONG
|| type == UTZGNM_SHORT);
626
UTimeZoneNameType nameType = (type ==
UTZGNM_LONG
) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC;
857
nameinfo->type = isLong ?
UTZGNM_LONG
: UTZGNM_SHORT;
[
all
...]
tzfmt.cpp
132
static const int32_t ALL_GENERIC_NAME_TYPES = UTZGNM_LOCATION |
UTZGNM_LONG
| UTZGNM_SHORT;
656
formatGeneric(tz,
UTZGNM_LONG
, date, name);
[
all
...]
Completed in 108 milliseconds