Home
last modified time | relevance | path

Searched refs:STANDALONE (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
DLocaleData.java360 .getMonths(DateFormatSymbols.STANDALONE, DateFormatSymbols.WIDE); in initializeDateFormatData()
362 .getMonths(DateFormatSymbols.STANDALONE, DateFormatSymbols.ABBREVIATED); in initializeDateFormatData()
364 .getMonths(DateFormatSymbols.STANDALONE, DateFormatSymbols.NARROW); in initializeDateFormatData()
366 .getWeekdays(DateFormatSymbols.STANDALONE, DateFormatSymbols.WIDE); in initializeDateFormatData()
368 .getWeekdays(DateFormatSymbols.STANDALONE, DateFormatSymbols.ABBREVIATED); in initializeDateFormatData()
370 .getWeekdays(DateFormatSymbols.STANDALONE, DateFormatSymbols.NARROW); in initializeDateFormatData()
/libcore/luni/src/main/java/javax/xml/transform/
DOutputKeys.java110 public static final String STANDALONE = "standalone"; field in OutputKeys
/libcore/luni/src/test/native/
Dlibcore_libcore_icu_LocaleDataTest.cpp381 … dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE); in Java_libcore_libcore_icu_LocaleDataTest_initIcu4cLocaleData()
384 …dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBREVI… in Java_libcore_libcore_icu_LocaleDataTest_initIcu4cLocaleData()
387 …dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARROW); in Java_libcore_libcore_icu_LocaleDataTest_initIcu4cLocaleData()
390 …dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE); in Java_libcore_libcore_icu_LocaleDataTest_initIcu4cLocaleData()
393 …dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBRE… in Java_libcore_libcore_icu_LocaleDataTest_initIcu4cLocaleData()
396 …dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARRO… in Java_libcore_libcore_icu_LocaleDataTest_initIcu4cLocaleData()
/libcore/luni/src/test/java/libcore/libcore/icu/
DLocaleDataTest.java383 android.icu.text.DateFormatSymbols.STANDALONE, android.icu.text.DateFormatSymbols.WIDE)); in assertRootDataEqualsToTargetLocaleData()
385 android.icu.text.DateFormatSymbols.STANDALONE, android.icu.text.DateFormatSymbols.NARROW)); in assertRootDataEqualsToTargetLocaleData()
387 android.icu.text.DateFormatSymbols.STANDALONE, in assertRootDataEqualsToTargetLocaleData()
396 android.icu.text.DateFormatSymbols.STANDALONE, android.icu.text.DateFormatSymbols.WIDE)); in assertRootDataEqualsToTargetLocaleData()
398 android.icu.text.DateFormatSymbols.STANDALONE, android.icu.text.DateFormatSymbols.NARROW)); in assertRootDataEqualsToTargetLocaleData()
400 android.icu.text.DateFormatSymbols.STANDALONE, in assertRootDataEqualsToTargetLocaleData()
/libcore/ojluni/src/main/java/sun/util/locale/provider/
DCalendarDataUtility.java324 return DateFormatSymbols.STANDALONE; in toContext()