Searched refs:fLastPos (Results 1 – 7 of 7) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleScanner.java | 218 RHSExprNode.fLastPos = fScanIndex; in doParseActions() 222 RHSExprNode.fLastPos); in doParseActions() 348 n.fLastPos = fNextIndex; in doParseActions() 349 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions() 359 n.fLastPos = fNextIndex; in doParseActions() 360 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions() 370 n.fLastPos = fNextIndex; in doParseActions() 371 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions() 381 n.fLastPos = fNextIndex; in doParseActions() 395 n.fLastPos = fNextIndex; in doParseActions() [all …]
|
D | RBBINode.java | 81 int fLastPos; // Last position in the rule source string field in RBBINode 130 fLastPos = other.fLastPos;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 217 RHSExprNode.fLastPos = fScanIndex; in doParseActions() 221 RHSExprNode.fLastPos); in doParseActions() 347 n.fLastPos = fNextIndex; in doParseActions() 348 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions() 358 n.fLastPos = fNextIndex; in doParseActions() 359 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions() 369 n.fLastPos = fNextIndex; in doParseActions() 370 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions() 380 n.fLastPos = fNextIndex; in doParseActions() 394 n.fLastPos = fNextIndex; in doParseActions() [all …]
|
D | RBBINode.java | 80 int fLastPos; // Last position in the rule source string field in RBBINode 129 fLastPos = other.fLastPos;
|
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 288 RHSExprNode->fLastPos = fScanIndex; in doParseActions() 289 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions() 446 n->fLastPos = fNextIndex; in doParseActions() 447 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 460 n->fLastPos = fNextIndex; in doParseActions() 461 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 473 n->fLastPos = fNextIndex; in doParseActions() 474 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 487 n->fLastPos = fNextIndex; in doParseActions() 502 n->fLastPos = fNextIndex; in doParseActions() [all …]
|
D | rbbinode.cpp | 56 fLastPos = 0; in RBBINode() 86 fLastPos = other.fLastPos; in RBBINode()
|
D | rbbinode.h | 68 int fLastPos; // Last position in the rule source string variable
|