Home
last modified time | relevance | path

Searched refs:dataLoc (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dregexcmp.cpp530 int32_t dataLoc = fRXPat->fDataSize; in doParseActions() local
532 int32_t op = URX_BUILD(URX_LA_START, dataLoc); in doParseActions()
541 op = URX_BUILD(URX_LA_END, dataLoc); in doParseActions()
573 int32_t dataLoc = fRXPat->fDataSize; in doParseActions() local
575 int32_t op = URX_BUILD(URX_LA_START, dataLoc); in doParseActions()
617 int32_t dataLoc = fRXPat->fDataSize; in doParseActions() local
621 int32_t op = URX_BUILD(URX_LB_START, dataLoc); in doParseActions()
625 op = URX_BUILD(URX_LB_CONT, dataLoc); in doParseActions()
670 int32_t dataLoc = fRXPat->fDataSize; in doParseActions() local
674 int32_t op = URX_BUILD(URX_LB_START, dataLoc); in doParseActions()
[all …]
Drematch.cpp2104 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt() local
2105 U_ASSERT(dataLoc >= 0 && dataLoc < frameSize); in MatchAt()
2106 int32_t savedInputIdx = fp->fExtra[dataLoc]; in MatchAt()