Home
last modified time | relevance | path

Searched refs:isSupplemental (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java1176 && XMLChar.isSupplemental( in isWFXMLChar()
1197 && XMLChar.isSupplemental( in isWFXMLChar()
1239 && XMLChar.isSupplemental( in isWFXMLChar()
1260 && XMLChar.isSupplemental( in isWFXMLChar()
1300 && XMLChar.isSupplemental( in isCommentWellFormed()
1349 && XMLChar.isSupplemental( in isCommentWellFormed()
/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleFactory.java672 boolean isSupplemental = CLDRFile.isSupplementalName(localeName); in getSourceDirectoriesForLocale()
674 if (isSupplemental) { in getSourceDirectoriesForLocale()
678 … final File dir = isSupplemental ? new File(sourceDirectory, "../supplemental") : sourceDirectory; in getSourceDirectoriesForLocale()
DCLDRFile.java163 public CLDRFile setNonInheriting(boolean isSupplemental) { in setNonInheriting() argument
167 dataSource.setNonInheriting(isSupplemental); in setNonInheriting()
319 if (DEFAULT_DECLHANDLER.isSupplemental < 0) { in loadFromInputStream()
322 cldrFile.setNonInheriting(DEFAULT_DECLHANDLER.isSupplemental > 0); in loadFromInputStream()
1551 private int isSupplemental = -1;
1648 …if (changedTypes.contains(element) && isSupplemental < 1) { // measurementSystem for example did n…
1848 if (isSupplemental < 0) { // set by first element
1853 isSupplemental = target.dtdType == DtdType.ldml ? 0 : 1;
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLChar.java349 public static boolean isSupplemental(int c) { in isSupplemental() method in XMLChar
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DXMLChar.java729 public static boolean isSupplemental(int c) { in isSupplemental() method in XMLChar