Home
last modified time | relevance | path

Searched refs:URX_ONECHAR_I (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Dregeximp.h132 URX_ONECHAR_I = 39, // Test for case-insensitive match of a literal character. enumerator
Dregexcmp.cpp1757 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()
Drepattrn.cpp503 case URX_ONECHAR_I: in dumpOp()
Drematch.cpp2157 case URX_ONECHAR_I: in MatchAt()