Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Frontend/
DTextDiagnostic.cpp86 bool isSupplemental, llvm::StringRef message, bool showColors) { in PrintDiagnosticMessage() argument
87 if (showColors && !isSupplemental) { in PrintDiagnosticMessage()
/external/llvm-project/flang/include/flang/Frontend/
DTextDiagnostic.h64 static void PrintDiagnosticMessage(llvm::raw_ostream &os, bool isSupplemental,
/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.java720 boolean isSupplemental = CLDRFile.isSupplementalName(localeName); in getSourceDirectoriesForLocale()
722 if (isSupplemental) { in getSourceDirectoriesForLocale()
726 … final File dir = isSupplemental ? new File(sourceDirectory, "../supplemental") : sourceDirectory; in getSourceDirectoriesForLocale()
DCLDRFile.java173 public CLDRFile setNonInheriting(boolean isSupplemental) { in setNonInheriting() argument
177 dataSource.setNonInheriting(isSupplemental); in setNonInheriting()
338 if (DEFAULT_DECLHANDLER.isSupplemental < 0) { in loadFromInputStream()
341 cldrFile.setNonInheriting(DEFAULT_DECLHANDLER.isSupplemental > 0); in loadFromInputStream()
1522 private int isSupplemental = -1;
1618 …if (changedTypes.contains(element) && isSupplemental < 1) { // measurementSystem for example did n…
1816 if (isSupplemental < 0) { // set by first element
1822 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