Searched refs:isDecimal (Results 1 – 3 of 3) sorted by relevance
565 bool isDecimal = false; in lexHTMLCharacterReference() local581 isDecimal = true; in lexHTMLCharacterReference()604 else if (isDecimal) in lexHTMLCharacterReference()
1508 static void test_fmt(UNumberFormat* fmt, UBool isDecimal) { in test_fmt() argument1534 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()1560 if ((val == -1) == isDecimal) { in test_fmt()1565 if (isDecimal && (val2 - val != .5)) { in test_fmt()1573 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()1583 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()1640 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()1645 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()
520 if (isDecimal(lookahead) in lex()522 && isDecimal(css.charAt(pos + 2)))) { in lex()1377 private static final boolean isDecimal(char ch) {