Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/xml/transform/
DOutputKeys.java110 public static final String STANDALONE = "standalone"; field in OutputKeys
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp655 … dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE); in ICU_initLocaleDataNative()
658 …dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBREVI… in ICU_initLocaleDataNative()
661 …dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARROW); in ICU_initLocaleDataNative()
664 …dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE); in ICU_initLocaleDataNative()
667 …dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBRE… in ICU_initLocaleDataNative()
670 …dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARRO… in ICU_initLocaleDataNative()
/libcore/ojluni/src/main/java/sun/util/locale/provider/
DCalendarDataUtility.java223 return DateFormatSymbols.STANDALONE; in toContext()