Searched refs:URX_JMP (Results 1 - 8 of 8) sorted by relevance
/external/chromium/third_party/icu/source/i18n/ |
H A D | regeximp.h | 72 URX_JMP = 13, // Value field is destination position in enumerator in enum:__anon1436
|
H A D | regexcmp.cpp | 356 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_JMP, 3), *fStatus); 405 op = URX_BUILD(URX_JMP, 0); 546 op = URX_BUILD(URX_JMP, fRXPat->fCompiledPat->size()+ 3); 861 int32_t jmp1_op = URX_BUILD(URX_JMP, jmp2_loc+1); 864 int32_t jmp2_op = URX_BUILD(URX_JMP, jmp2_loc+2); 979 int32_t jmpOp = URX_BUILD(URX_JMP, saveLoc); 1305 op = URX_BUILD(URX_JMP, topLoc+1); 1341 op = URX_BUILD(URX_JMP, topLoc+1); 1951 if ((opType == URX_JMP || 2627 loc++; // Except for extra operand on URX_JMPX, same as URX_JMP [all...] |
H A D | repattrn.cpp | 480 case URX_JMP:
|
H A D | rematch.cpp | 2089 case URX_JMP:
|
/external/icu4c/i18n/ |
H A D | regeximp.h | 72 URX_JMP = 13, // Value field is destination position in enumerator in enum:__anon2455
|
H A D | regexcmp.cpp | 363 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_JMP, 3), *fStatus); 412 op = URX_BUILD(URX_JMP, 0); 553 op = URX_BUILD(URX_JMP, fRXPat->fCompiledPat->size()+ 3); 868 int32_t jmp1_op = URX_BUILD(URX_JMP, jmp2_loc+1); 871 int32_t jmp2_op = URX_BUILD(URX_JMP, jmp2_loc+2); 986 int32_t jmpOp = URX_BUILD(URX_JMP, saveLoc); 1312 op = URX_BUILD(URX_JMP, topLoc+1); 1348 op = URX_BUILD(URX_JMP, topLoc+1); 1958 if ((opType == URX_JMP || 2633 loc++; // Except for extra operand on URX_JMPX, same as URX_JMP [all...] |
H A D | repattrn.cpp | 679 case URX_JMP:
|
H A D | rematch.cpp | 3493 case URX_JMP: 5165 case URX_JMP:
|
Completed in 470 milliseconds