Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java228 RHSExprNode.fLastPos = fScanIndex; in doParseActions()
232 RHSExprNode.fLastPos); in doParseActions()
375 n.fLastPos = fNextIndex; in doParseActions()
376 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
386 n.fLastPos = fNextIndex; in doParseActions()
387 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
397 n.fLastPos = fNextIndex; in doParseActions()
398 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
408 n.fLastPos = fNextIndex; in doParseActions()
422 n.fLastPos = fNextIndex; in doParseActions()
[all …]
DRBBINode.java83 int fLastPos; // Last position in the rule source string field in RBBINode
137 fLastPos = other.fLastPos;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java227 RHSExprNode.fLastPos = fScanIndex; in doParseActions()
231 RHSExprNode.fLastPos); in doParseActions()
374 n.fLastPos = fNextIndex; in doParseActions()
375 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
385 n.fLastPos = fNextIndex; in doParseActions()
386 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
396 n.fLastPos = fNextIndex; in doParseActions()
397 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
407 n.fLastPos = fNextIndex; in doParseActions()
421 n.fLastPos = fNextIndex; in doParseActions()
[all …]
DRBBINode.java82 int fLastPos; // Last position in the rule source string field in RBBINode
136 fLastPos = other.fLastPos;
/external/icu/icu4c/source/common/
Drbbiscan.cpp300 RHSExprNode->fLastPos = fScanIndex; in doParseActions()
301 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
475 n->fLastPos = fNextIndex; in doParseActions()
476 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
489 n->fLastPos = fNextIndex; in doParseActions()
490 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
502 n->fLastPos = fNextIndex; in doParseActions()
503 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
516 n->fLastPos = fNextIndex; in doParseActions()
531 n->fLastPos = fNextIndex; in doParseActions()
[all …]
Drbbinode.cpp60 fLastPos = 0; in RBBINode()
92 fLastPos = other.fLastPos; in RBBINode()
Drbbinode.h71 int fLastPos; // Last position in the rule source string variable
/external/pdfium/xfa/fxfa/
Dcxfa_loadercontext.h33 float fLastPos = 0; member
Dcxfa_textlayout.cpp278 m_pLoader->fLastPos = 0; in GetLayoutHeight()
312 m_pLoader->fLastPos = 0; in StartLayout()
1072 float fHeight = *pLinePos - m_pLoader->fLastPos; in AppendTextLine()
1073 m_pLoader->fLastPos = *pLinePos; in AppendTextLine()