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.cpp1774 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()
Drepattrn.cpp714 case URX_ONECHAR_I: in dumpOp()
Drematch.cpp3893 case URX_ONECHAR_I: in MatchAt()
5571 case URX_ONECHAR_I: in MatchChunkAt()