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

/external/icu4c/i18n/
H A Dregeximp.h72 URX_JMP = 13, // Value field is destination position in enumerator in enum:__anon4784
H A Dregexcmp.cpp364 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_JMP, 3), *fStatus);
413 op = URX_BUILD(URX_JMP, 0);
554 op = URX_BUILD(URX_JMP, fRXPat->fCompiledPat->size()+ 3);
869 int32_t jmp1_op = URX_BUILD(URX_JMP, jmp2_loc+1);
872 int32_t jmp2_op = URX_BUILD(URX_JMP, jmp2_loc+2);
987 int32_t jmpOp = URX_BUILD(URX_JMP, saveLoc);
1313 op = URX_BUILD(URX_JMP, topLoc+1);
1349 op = URX_BUILD(URX_JMP, topLoc+1);
1959 if ((opType == URX_JMP ||
2638 loc++; // Except for extra operand on URX_JMPX, same as URX_JMP
[all...]
H A Drepattrn.cpp681 case URX_JMP:
H A Drematch.cpp3613 case URX_JMP:
5285 case URX_JMP:

Completed in 31 milliseconds