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/icu/icu4c/source/i18n/unicode/
tznames.h
57
UTZNM_SHORT_STANDARD
= 0x10,
/libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp
94
names->getDisplayName(zone_id.unicodeString(),
UTZNM_SHORT_STANDARD
, now, short_std);
/external/icu/icu4c/source/i18n/
tznames_impl.cpp
49
UTZNM_SHORT_GENERIC,
UTZNM_SHORT_STANDARD
, UTZNM_SHORT_DAYLIGHT,
577
case
UTZNM_SHORT_STANDARD
:
[
all
...]
tzgnames.cpp
698
? UTZNM_LONG_STANDARD :
UTZNM_SHORT_STANDARD
;
953
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;
665
formatSpecific(tz,
UTZNM_SHORT_STANDARD
, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
942
nameTypes = (
UTZNM_SHORT_STANDARD
| UTZNM_SHORT_DAYLIGHT);
971
U_ASSERT((nameTypes &
UTZNM_SHORT_STANDARD
) != 0)
[
all
...]
timezone.cpp
[
all
...]
dtfmtsym.cpp
[
all
...]
Completed in 649 milliseconds