HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_DEFAULT (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
ucal.h 171 UCAL_DEFAULT = UCAL_TRADITIONAL,
681 * calendar for the locale, or UCAL_DEFAULT to open the default calendar for the locale (the
684 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type.
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 86 { "ja_JP@calendar=japanese", UCAL_DEFAULT, "japanese" },
88 { "th_TH", UCAL_DEFAULT, "gregorian" }, // android-changed
89 { "th-TH-u-ca-gregory", UCAL_DEFAULT, "gregorian" },
91 { "fr_CH", UCAL_DEFAULT, "gregorian" },
92 { "fr_SA", UCAL_DEFAULT, "gregorian" }, // android-changed
93 { "fr_CH@rg=sazzzz", UCAL_DEFAULT, "gregorian" }, // android-changed
94 { "fr_CH@calendar=japanese;rg=sazzzz", UCAL_DEFAULT, "japanese" },
95 { "fr_TH@rg=SA", UCAL_DEFAULT, "gregorian" }, /* ignore malformed rg tag */ // android-changed
96 { "th@rg=SA", UCAL_DEFAULT, "gregorian" }, /* ignore malformed rg tag */ // android-changed
    [all...]
cdattst.c     [all...]

Completed in 146 milliseconds