Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp370 appendOp(URX_JMP, 3); in doParseActions()
422 appendOp(URX_JMP, 0); in doParseActions()
584 appendOp(URX_JMP, fRXPat->fCompiledPat->size()+ 3); in doParseActions()
876 int32_t jmp1_op = buildOp(URX_JMP, jmp2_loc+1); in doParseActions()
879 appendOp(URX_JMP, jmp2_loc+2); in doParseActions()
987 int32_t jmpOp = buildOp(URX_JMP, saveLoc); in doParseActions()
1380 appendOp(URX_JMP, topLoc+1); in doParseActions()
1413 appendOp(URX_JMP, topLoc+1); in doParseActions()
2024 if ((opType == URX_JMP || in insertOp()
2917 case URX_JMP: in matchStartType()
[all …]
Dregeximp.h71 URX_JMP = 13, // Value field is destination position in enumerator
Drepattrn.cpp720 case URX_JMP: in dumpOp()
Drematch.cpp3479 case URX_JMP: in MatchAt()
5024 case URX_JMP: in MatchChunkAt()