Searched refs:standalone (Results 1 – 7 of 7) sorted by relevance
1579 boolean standalone) { in formatWeekday() argument1583 … weekdays = standalone ? formatData.getStandAloneWeekdays() : formatData.getWeekdays(); in formatWeekday()1586 … standalone ? formatData.getTinyStandAloneWeekdays() : formatData.getTinyWeekdays(); in formatWeekday()1589 … weekdays = standalone ? formatData.getShortStandAloneWeekdays() : formatData.getShortWeekdays(); in formatWeekday()1599 boolean useDateFormatSymbols, boolean standalone, in formatMonth() argument1605 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 …]
372 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument388 if (standalone != null) { in startDocument()390 append(standalone.booleanValue() ? "yes" : "no"); in startDocument()
92 private Boolean standalone; field in KXmlParser544 standalone = Boolean.TRUE; in readXmlDeclaration()546 standalone = Boolean.FALSE; in readXmlDeclaration()1616 standalone = null; in setInput()1797 return standalone; in getProperty()
109 void startDocument (String encoding, Boolean standalone) in startDocument() argument
161 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
1714 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()
1575 substring: "This implementation doesn't parse standalone from the XML declaration"