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
1774 if (!(opType == URX_STRING_LEN || opType == URX_ONECHAR || opType == URX_ONECHAR_I)) { in literalChar()1790 U_ASSERT(opType == URX_ONECHAR || opType == URX_ONECHAR_I || opType == URX_STRING_LEN); in literalChar()1793 if (opType == URX_ONECHAR || opType == URX_ONECHAR_I) { in literalChar()1847 op = URX_BUILD(URX_ONECHAR_I, c); in emitONE_CHAR()2599 case URX_ONECHAR_I: in matchStartType()2986 case URX_ONECHAR_I: in minMatchLength()3246 case URX_ONECHAR_I: in maxMatchLength()3458 case URX_ONECHAR_I: in stripNOPs()3464 op = URX_BUILD(URX_ONECHAR_I, c); in stripNOPs()
714 case URX_ONECHAR_I: in dumpOp()
3893 case URX_ONECHAR_I: in MatchAt()5571 case URX_ONECHAR_I: in MatchChunkAt()