Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java1579 boolean standalone) { in formatWeekday() argument
1583 … weekdays = standalone ? formatData.getStandAloneWeekdays() : formatData.getWeekdays(); in formatWeekday()
1586standalone ? formatData.getTinyStandAloneWeekdays() : formatData.getTinyWeekdays(); in formatWeekday()
1589 … weekdays = standalone ? formatData.getShortStandAloneWeekdays() : formatData.getShortWeekdays(); in formatWeekday()
1599 boolean useDateFormatSymbols, boolean standalone, in formatMonth() argument
1605 months = standalone ? formatData.getStandAloneMonths() : formatData.getMonths(); in formatMonth()
1607 … months = standalone ? formatData.getTinyStandAloneMonths() : formatData.getTinyMonths(); in formatMonth()
1609 … months = standalone ? formatData.getShortStandAloneMonths() : formatData.getShortMonths(); in formatMonth()
1621 if (standalone) { in formatMonth()
2730 boolean standalone, in parseMonth() argument
[all …]
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlSerializer.java372 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
388 if (standalone != null) { in startDocument()
390 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/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java109 void startDocument (String encoding, Boolean standalone) in startDocument() argument
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java161 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java1714 boolean standalone = false; in parseField()
1733 standalone = true; in parseField()
1755 … appendText(field, standalone ? TextStyle.SHORT_STANDALONE : TextStyle.SHORT); in parseField()
1758 appendText(field, standalone ? TextStyle.FULL_STANDALONE : TextStyle.FULL); in parseField()
1761 … appendText(field, standalone ? TextStyle.NARROW_STANDALONE : TextStyle.NARROW); in parseField()
/libcore/expectations/
Dknownfailures.txt1575 substring: "This implementation doesn't parse standalone from the XML declaration"