Searched refs:URX_LOOP_C (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregeximp.h175 URX_LOOP_C = 51, // Continue a [set]* or OneChar* loop. enumerator in enum:__anon1144
H A Dregexcmp.cpp799 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc);
819 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc);
942 int32_t loopOpC = URX_BUILD(URX_LOOP_C, dataLoc);
962 int32_t loopOpC = URX_BUILD(URX_LOOP_C, dataLoc);
2745 case URX_LOOP_C:
3056 case URX_LOOP_C:
3342 case URX_LOOP_C:
3528 case URX_LOOP_C:
H A Drepattrn.cpp682 case URX_LOOP_C:
H A Drematch.cpp4072 fp->fPatIdx++; // skip the URX_LOOP_C op.
4076 // Peek ahead in the compiled pattern, to the URX_LOOP_C that
4080 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C);
4086 // Save State to the URX_LOOP_C op that follows this one,
4133 fp->fPatIdx++; // skip the URX_LOOP_C op.
4137 // Peek ahead in the compiled pattern, to the URX_LOOP_C that
4141 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C);
4147 // Save State to the URX_LOOP_C op that follows this one,
4156 case URX_LOOP_C:
5497 fp->fPatIdx++; // skip the URX_LOOP_C o
[all...]

Completed in 126 milliseconds