Searched refs:URX_ONECHAR_I (Results 1 – 4 of 4) sorted by relevance
132 URX_ONECHAR_I = 39, // Test for case-insensitive match of a literal character. enumerator
1757 if (!(opType == URX_STRING_LEN || opType == URX_ONECHAR || opType == URX_ONECHAR_I)) { in literalChar()1778 U_ASSERT(opType == URX_ONECHAR || opType == URX_ONECHAR_I || opType == URX_STRING_LEN); in literalChar()1781 if (opType == URX_ONECHAR || opType == URX_ONECHAR_I) { in literalChar()1830 op = URX_BUILD(URX_ONECHAR_I, c); in emitONE_CHAR()2579 case URX_ONECHAR_I: in matchStartType()2966 case URX_ONECHAR_I: in minMatchLength()3226 case URX_ONECHAR_I: in maxMatchLength()3459 case URX_ONECHAR_I: in stripNOPs()
503 case URX_ONECHAR_I: in dumpOp()
2157 case URX_ONECHAR_I: in MatchAt()