Home
last modified time | relevance | path

Searched refs:IsOperator (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.h109 bool IsOperator(uint8 byte) const { return byte >= 0x41 && byte <= 0xb9; } in IsOperator() function
H A Ddisasm.cpp1218 if (IsOperator(byte)) { in ParsePCL6()
/haiku/headers/private/file_systems/
H A DQueryParser.h350 bool IsOperator(const char** expr, char op);
1238 if (IsOperator(&expr, '|'))
1240 else if (IsOperator(&expr, '&'))
1387 Expression<QueryPolicy>::IsOperator(const char** expr, char op)