Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1392 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local
1393 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1403 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1423 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local
1424 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1436 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1455 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local
1456 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1465 appendOp(URX_LD_SP, stoLoc); in doParseActions()
2249 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen() local
[all …]