Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregeximp.h62 URX_ONECHAR = 3, // Value field is the 21 bit unicode char to match 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()
1851 op = URX_BUILD(URX_ONECHAR, c); in emitONE_CHAR()
2505 case URX_ONECHAR: in matchStartType()
2981 case URX_ONECHAR: in minMatchLength()
3255 case URX_ONECHAR: in maxMatchLength()
3520 case URX_ONECHAR: in stripNOPs()
Drepattrn.cpp713 case URX_ONECHAR: in dumpOp()
Drematch.cpp2842 case URX_ONECHAR: in MatchAt()
4551 case URX_ONECHAR: in MatchChunkAt()