OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTZGNM_LONG
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/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;
853
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;
650
formatGeneric(tz,
UTZGNM_LONG
, date, name);
972
genericNameTypes =
UTZGNM_LONG
| UTZGNM_LOCATION;
[
all
...]
/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;
853
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;
650
formatGeneric(tz,
UTZGNM_LONG
, date, name);
972
genericNameTypes =
UTZGNM_LONG
| UTZGNM_LOCATION;
[
all
...]
Completed in 480 milliseconds