Searched refs:dataLoc (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | regexcmp.cpp | 562 // 1 LA_START dataLoc Saves SP, Input Pos, Active input region. in doParseActions() 583 int32_t dataLoc = allocateData(4); in doParseActions() local 584 appendOp(URX_LA_START, dataLoc); in doParseActions() 587 appendOp(URX_LA_END, dataLoc); in doParseActions() 620 int32_t dataLoc = allocateData(4); in doParseActions() local 621 appendOp(URX_LA_START, dataLoc); in doParseActions() 641 // 0 URX_LB_START dataLoc in doParseActions() 642 // 1 URX_LB_CONT dataLoc in doParseActions() 648 // 7 URX_LB_END dataLoc # Check match len, restore input len in doParseActions() 649 // 8 URX_LA_END dataLoc # Restor in doParseActions() 663 int32_t dataLoc = allocateData(5); doParseActions() local 717 int32_t dataLoc = allocateData(5); doParseActions() local 923 int32_t dataLoc = -1; doParseActions() local [all...] |
H A D | rematch.cpp | 3756 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt() 3757 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); in MatchAt() 3758 int64_t savedInputIdx = fp->fExtra[dataLoc]; in MatchAt() 5229 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); 5230 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); 5231 int32_t savedInputIdx = (int32_t)fp->fExtra[dataLoc];
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regexcmp.cpp | 562 // 1 LA_START dataLoc Saves SP, Input Pos, Active input region. in doParseActions() 583 int32_t dataLoc = allocateData(4); in doParseActions() local 584 appendOp(URX_LA_START, dataLoc); in doParseActions() 587 appendOp(URX_LA_END, dataLoc); in doParseActions() 620 int32_t dataLoc = allocateData(4); in doParseActions() local 621 appendOp(URX_LA_START, dataLoc); in doParseActions() 641 // 0 URX_LB_START dataLoc in doParseActions() 642 // 1 URX_LB_CONT dataLoc in doParseActions() 648 // 7 URX_LB_END dataLoc # Check match len, restore input len in doParseActions() 649 // 8 URX_LA_END dataLoc # Restor in doParseActions() 663 int32_t dataLoc = allocateData(5); doParseActions() local 717 int32_t dataLoc = allocateData(5); doParseActions() local 923 int32_t dataLoc = -1; doParseActions() local [all...] |
H A D | rematch.cpp | 3756 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt() 3757 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); in MatchAt() 3758 int64_t savedInputIdx = fp->fExtra[dataLoc]; in MatchAt() 5229 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); 5230 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); 5231 int32_t savedInputIdx = (int32_t)fp->fExtra[dataLoc];
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | regexcmp.cpp | 567 // 1 LA_START dataLoc Saves SP, Input Pos, Active input region. in doParseActions() 588 int32_t dataLoc = allocateData(4); in doParseActions() local 589 appendOp(URX_LA_START, dataLoc); in doParseActions() 592 appendOp(URX_LA_END, dataLoc); in doParseActions() 625 int32_t dataLoc = allocateData(4); in doParseActions() local 626 appendOp(URX_LA_START, dataLoc); in doParseActions() 646 // 0 URX_LB_START dataLoc in doParseActions() 647 // 1 URX_LB_CONT dataLoc in doParseActions() 653 // 7 URX_LB_END dataLoc # Check match len, restore input len in doParseActions() 654 // 8 URX_LA_END dataLoc # Restor in doParseActions() 668 int32_t dataLoc = allocateData(5); doParseActions() local 722 int32_t dataLoc = allocateData(5); doParseActions() local 928 int32_t dataLoc = -1; doParseActions() local [all...] |
H A D | rematch.cpp | 3746 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt() 3747 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); in MatchAt() 3748 int64_t savedInputIdx = fp->fExtra[dataLoc]; in MatchAt() 5215 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); 5216 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); 5217 int32_t savedInputIdx = (int32_t)fp->fExtra[dataLoc];
|
Completed in 24 milliseconds