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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
ChineseDateFormatSymbols.java 111 protected void initializeData(ULocale loc, ICUResourceBundle b, String calendarType) {
112 super.initializeData(loc, b, calendarType);
DateFormatSymbols.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ChineseDateFormatSymbols.java 109 protected void initializeData(ULocale loc, ICUResourceBundle b, String calendarType) {
110 super.initializeData(loc, b, calendarType);
DateFormatSymbols.java     [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKChronology.java 101 // regular data factory for ID and calendarType of available calendars
204 public void test_getCalendarType(Chronology chrono, String calendarType) {
205 String type = calendarType;
210 public void test_lookupLocale(Chronology chrono, String calendarType) {
212 builder.setUnicodeLocaleKeyword("ca", calendarType);
313 * Test lookup by calendarType of each chronology.
  /libcore/ojluni/src/main/java/java/util/
Calendar.java     [all...]
  /libcore/ojluni/src/main/java/sun/util/locale/provider/
CalendarDataUtility.java 213 String calendarType = normalizeCalendarType(id);
214 return new DateFormatSymbols(ULocale.forLocale(locale), calendarType);
  /libcore/ojluni/src/test/java/time/test/java/time/chrono/
TestExampleCode.java 126 public void test_HijrahTypeViaLocale(String calendarId, String calendarType) {
129 builder.setUnicodeLocaleKeyword("ca", calendarType);
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 309 static void getCalendarTypeFromPath(const UnicodeString &path, UnicodeString &calendarType,
318 path.extractBetween(PATH_PREFIX_LENGTH, path.length() - PATH_SUFFIX_LENGTH, calendarType);
393 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
400 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType,
403 calendarTypeToUse = calendarType;
dtfmtsym.cpp     [all...]
dtptngen.cpp 745 char calendarType[ULOC_KEYWORDS_CAPACITY];
749 calendarType,
753 destination.clear().append(calendarType, -1, err);
    [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
HijrahChronology.java 224 * The Hijrah calendarType.
226 private final transient String calendarType;
366 throw new DateTimeException("calendarType is missing or empty for: " + propName);
369 this.calendarType = calType;
420 return calendarType;
887 * Loads and processes the Hijrah calendar properties file for this calendarType.
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2096 milliseconds