Searched refs:standalone (Results 1 – 8 of 8) sorted by relevance
1610 boolean standalone) { in formatWeekday() argument1614 … weekdays = standalone ? formatData.getStandAloneWeekdays() : formatData.getWeekdays(); in formatWeekday()1617 … standalone ? formatData.getTinyStandAloneWeekdays() : formatData.getTinyWeekdays(); in formatWeekday()1620 … weekdays = standalone ? formatData.getShortStandAloneWeekdays() : formatData.getShortWeekdays(); in formatWeekday()1630 boolean useDateFormatSymbols, boolean standalone, in formatMonth() argument1636 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 …]
109 void startDocument (String encoding, Boolean standalone) in startDocument() argument
390 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument406 if (standalone != null) { in startDocument()408 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()
185 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
1953 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()
1570 substring: "This implementation doesn't parse standalone from the XML declaration"
20497 field public static final String STANDALONE = "standalone";