OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTZNM_SHORT_STANDARD
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/i18n/unicode/
tznames.h
58
UTZNM_SHORT_STANDARD
= 0x10,
/libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp
86
names->getDisplayName(zone_id.unicodeString(),
UTZNM_SHORT_STANDARD
, now, short_std);
/external/icu4c/i18n/
tzgnames.cpp
703
? UTZNM_LONG_STANDARD :
UTZNM_SHORT_STANDARD
;
956
case
UTZNM_SHORT_STANDARD
: // this one is never used for generic, but just in case
[
all
...]
tzfmt.cpp
131
static const int32_t ALL_SIMPLE_NAME_TYPES = UTZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT |
UTZNM_SHORT_STANDARD
| UTZNM_SHORT_DAYLIGHT | UTZNM_EXEMPLAR_LOCATION;
655
formatSpecific(tz,
UTZNM_SHORT_STANDARD
, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
920
nameTypes = (
UTZNM_SHORT_STANDARD
| UTZNM_SHORT_DAYLIGHT);
[
all
...]
tznames_impl.cpp
48
UTZNM_SHORT_GENERIC,
UTZNM_SHORT_STANDARD
, UTZNM_SHORT_DAYLIGHT,
542
case
UTZNM_SHORT_STANDARD
:
[
all
...]
timezone.cpp
[
all
...]
dtfmtsym.cpp
[
all
...]
Completed in 64 milliseconds