Home
last modified time | relevance | path

Searched refs:isDecimal (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DCommentLexer.cpp557 bool isDecimal = false; in lexHTMLCharacterReference() local
573 isDecimal = true; in lexHTMLCharacterReference()
596 else if (isDecimal) in lexHTMLCharacterReference()
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c1502 static void test_fmt(UNumberFormat* fmt, UBool isDecimal) { in test_fmt() argument
1528 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()
1554 if ((val == -1) == isDecimal) { in test_fmt()
1559 if (isDecimal && (val2 - val != .5)) { in test_fmt()
1567 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()
1577 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()
1634 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()
1639 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssTokens.java520 if (isDecimal(lookahead) in lex()
522 && isDecimal(css.charAt(pos + 2)))) { in lex()
1377 private static final boolean isDecimal(char ch) {
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...