OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCAL_DEFAULT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h
163
UCAL_DEFAULT
= UCAL_TRADITIONAL,
624
* calendar for the locale, or
UCAL_DEFAULT
to open the default calendar for the locale (the
627
* and then pass the locale to ucal_open with
UCAL_DEFAULT
as the type.
[
all
...]
/external/icu4c/i18n/unicode/
ucal.h
169
UCAL_DEFAULT
= UCAL_TRADITIONAL,
677
* calendar for the locale, or
UCAL_DEFAULT
to open the default calendar for the locale (the
680
* and then pass the locale to ucal_open with
UCAL_DEFAULT
as the type.
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
78
{ "ja_JP@calendar=japanese",
UCAL_DEFAULT
, "japanese" },
80
{ "th_TH",
UCAL_DEFAULT
, "buddhist" },
81
{ "th-TH-u-ca-gregory",
UCAL_DEFAULT
, "gregorian" },
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c
71
{ "ja_JP@calendar=japanese",
UCAL_DEFAULT
, "japanese" },
73
{ "th_TH",
UCAL_DEFAULT
, "buddhist" },
74
{ "th-TH-u-ca-gregory",
UCAL_DEFAULT
, "gregorian" },
[
all
...]
Completed in 193 milliseconds