OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTZGNM_LOCATION
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
tzgnames.h
28
UTZGNM_LOCATION
= 0x01,
tzfmt.cpp
132
static const int32_t ALL_GENERIC_NAME_TYPES =
UTZGNM_LOCATION
| UTZGNM_LONG | UTZGNM_SHORT;
647
formatGeneric(tz,
UTZGNM_LOCATION
, date, name);
968
genericNameTypes =
UTZGNM_LOCATION
;
972
genericNameTypes = UTZGNM_LONG |
UTZGNM_LOCATION
;
[
all
...]
tzgnames.cpp
466
case
UTZGNM_LOCATION
:
602
nameinfo->type =
UTZGNM_LOCATION
;
[
all
...]
/external/icu/icu4c/source/i18n/
tzgnames.h
28
UTZGNM_LOCATION
= 0x01,
tzfmt.cpp
132
static const int32_t ALL_GENERIC_NAME_TYPES =
UTZGNM_LOCATION
| UTZGNM_LONG | UTZGNM_SHORT;
647
formatGeneric(tz,
UTZGNM_LOCATION
, date, name);
968
genericNameTypes =
UTZGNM_LOCATION
;
972
genericNameTypes = UTZGNM_LONG |
UTZGNM_LOCATION
;
[
all
...]
tzgnames.cpp
466
case
UTZGNM_LOCATION
:
602
nameinfo->type =
UTZGNM_LOCATION
;
[
all
...]
Completed in 470 milliseconds