Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java1610 boolean standalone) { in formatWeekday() argument
1614 … weekdays = standalone ? formatData.getStandAloneWeekdays() : formatData.getWeekdays(); in formatWeekday()
1617standalone ? formatData.getTinyStandAloneWeekdays() : formatData.getTinyWeekdays(); in formatWeekday()
1620 … weekdays = standalone ? formatData.getShortStandAloneWeekdays() : formatData.getShortWeekdays(); in formatWeekday()
1630 boolean useDateFormatSymbols, boolean standalone, in formatMonth() argument
1636 months = standalone ? formatData.getStandAloneMonths() : formatData.getMonths(); in formatMonth()
1638 … months = standalone ? formatData.getTinyStandAloneMonths() : formatData.getTinyMonths(); in formatMonth()
1640 … months = standalone ? formatData.getShortStandAloneMonths() : formatData.getShortMonths(); in formatMonth()
1652 if (standalone) { in formatMonth()
2765 boolean standalone, in parseMonth() argument
[all …]
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java109 void startDocument (String encoding, Boolean standalone) in startDocument() argument
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlSerializer.java390 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
406 if (standalone != null) { in startDocument()
408 append(standalone.booleanValue() ? "yes" : "no"); in startDocument()
DKXmlParser.java92 private Boolean standalone; field in KXmlParser
544 standalone = Boolean.TRUE; in readXmlDeclaration()
546 standalone = Boolean.FALSE; in readXmlDeclaration()
1616 standalone = null; in setInput()
1797 return standalone; in getProperty()
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java185 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java1953 boolean standalone = false; in parseField()
1975 standalone = true; in parseField()
1997 … appendText(field, standalone ? TextStyle.SHORT_STANDALONE : TextStyle.SHORT); in parseField()
2000 appendText(field, standalone ? TextStyle.FULL_STANDALONE : TextStyle.FULL); in parseField()
2003 … appendText(field, standalone ? TextStyle.NARROW_STANDALONE : TextStyle.NARROW); in parseField()
/libcore/expectations/
Dknownfailures.txt1570 substring: "This implementation doesn't parse standalone from the XML declaration"
/libcore/api/
Dcurrent.txt20497 field public static final String STANDALONE = "standalone";