Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbiscan.cpp103 fNextIndex = 0; in RBBIRuleScanner()
260 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions()
425 n->fLastPos = fNextIndex; in doParseActions()
436 n->fLastPos = fNextIndex; in doParseActions()
446 n->fLastPos = fNextIndex; in doParseActions()
457 n->fLastPos = fNextIndex; in doParseActions()
472 n->fLastPos = fNextIndex; in doParseActions()
797 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
800 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()
801 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
[all …]
Drbbiscan.h100 int32_t fNextIndex; // Index of the next character, which variable
/external/chromium_org/third_party/icu/source/common/
Drbbiscan.cpp103 fNextIndex = 0; in RBBIRuleScanner()
260 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions()
425 n->fLastPos = fNextIndex; in doParseActions()
436 n->fLastPos = fNextIndex; in doParseActions()
446 n->fLastPos = fNextIndex; in doParseActions()
457 n->fLastPos = fNextIndex; in doParseActions()
472 n->fLastPos = fNextIndex; in doParseActions()
797 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
800 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()
801 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
[all …]
Drbbiscan.h100 int32_t fNextIndex; // Index of the next character, which variable
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.h191 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {} in CodeStage()
218 codeStage->fCurrentIndex = codeStage->fNextIndex++; in AutoStageRestore()
235 int fNextIndex; variable
/external/skia/src/gpu/gl/
DGrGLShaderBuilder.h279 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {} in CodeStage()
306 codeStage->fCurrentIndex = codeStage->fNextIndex++; in AutoStageRestore()
323 int fNextIndex; variable