Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java249 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
253 catNode.fLeftChild = thisRule; in doParseActions()
278 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
283 orNode.fRightChild = thisRule; in doParseActions()
284 thisRule.fParent = orNode; in doParseActions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java248 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
252 catNode.fLeftChild = thisRule; in doParseActions()
277 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
282 orNode.fRightChild = thisRule; in doParseActions()
283 thisRule.fParent = orNode; in doParseActions()
/external/icu/icu4c/source/common/
Drbbiscan.cpp325 RBBINode *thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
332 catNode->fLeftChild = thisRule; in doParseActions()
355 RBBINode *thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
363 orNode->fRightChild = thisRule; in doParseActions()
364 thisRule->fParent = orNode; in doParseActions()