Searched refs:LESS_EQUAL (Results 1 – 6 of 6) sorted by relevance
52 #define LESS_EQUAL ((UChar)0x0023) /*#*/ macro380 } else if (c == LESS_THAN || c == LESS_EQUAL || c == LESS_EQUAL2) { in applyPattern()481 result += LESS_EQUAL; in toPattern()488 || text.indexOf(LESS_EQUAL) >= 0 in toPattern()
28 LESS_EQUAL, enumerator
97 { Token::LESS_EQUAL, "<=" }, in TEST()
50 return Token::LESS_EQUAL; in GetSpecificOperatorType()
507 token.type() == Token::LESS_EQUAL || in IsBinaryOperator()614 if (op.type() == Token::LESS_EQUAL) in ExecuteBinaryOperator()
54 #define LESS_EQUAL ((UChar)0x0023) /*#*/ macro305 result += LESS_EQUAL; in setChoices()