OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCAL_DEFAULT
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/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/icu/icu4c/source/test/cintltst/
ccaltst.c
83
{ "ja_JP@calendar=japanese",
UCAL_DEFAULT
, "japanese" },
85
{ "th_TH",
UCAL_DEFAULT
, "gregorian" }, // android-changed
86
// { "th_TH",
UCAL_DEFAULT
, "buddhist" },
87
{ "th-TH-u-ca-gregory",
UCAL_DEFAULT
, "gregorian" },
[
all
...]
cdattst.c
[
all
...]
Completed in 36 milliseconds