OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTZGNM_SHORT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
tzgnames.h
30
UTZGNM_SHORT
= 0x04
tzgnames.cpp
475
case
UTZGNM_SHORT
:
615
U_ASSERT(type == UTZGNM_LONG || type ==
UTZGNM_SHORT
);
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
;
653
formatGeneric(tz,
UTZGNM_SHORT
, date, name);
[
all
...]
/external/icu/icu4c/source/i18n/
tzgnames.h
30
UTZGNM_SHORT
= 0x04
tzgnames.cpp
475
case
UTZGNM_SHORT
:
615
U_ASSERT(type == UTZGNM_LONG || type ==
UTZGNM_SHORT
);
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
;
653
formatGeneric(tz,
UTZGNM_SHORT
, date, name);
[
all
...]
Completed in 65 milliseconds