OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTZGNM_SHORT
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
tzgnames.h
30
UTZGNM_SHORT
= 0x04
tzgnames.cpp
482
case
UTZGNM_SHORT
:
622
U_ASSERT(type == UTZGNM_LONG || type ==
UTZGNM_SHORT
);
860
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
;
649
formatGeneric(tz,
UTZGNM_SHORT
, date, name);
964
genericNameTypes =
UTZGNM_SHORT
| UTZGNM_LOCATION;
[
all
...]
Completed in 35 milliseconds