Searched refs:fScanIndex (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBIRuleScanner.java38 int fScanIndex; // Index of current character being processed field in class:RBBIRuleScanner
218 RHSExprNode.fLastPos = fScanIndex;
347 n.fFirstPos = fScanIndex;
358 n.fFirstPos = fScanIndex;
369 n.fFirstPos = fScanIndex;
380 n.fFirstPos = fScanIndex;
406 fOptionStart = fScanIndex;
410 String opt = fRB.fRules.substring(fOptionStart, fScanIndex);
437 n.fFirstPos = fScanIndex;
446 n.fLastPos = fScanIndex;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleScanner.java37 int fScanIndex; // Index of current character being processed field in class:RBBIRuleScanner
217 RHSExprNode.fLastPos = fScanIndex;
346 n.fFirstPos = fScanIndex;
357 n.fFirstPos = fScanIndex;
368 n.fFirstPos = fScanIndex;
379 n.fFirstPos = fScanIndex;
405 fOptionStart = fScanIndex;
409 String opt = fRB.fRules.substring(fOptionStart, fScanIndex);
436 n.fFirstPos = fScanIndex;
445 n.fLastPos = fScanIndex;
[all...]
/external/icu/icu4c/source/common/
H A Drbbiscan.h98 int32_t fScanIndex; // Index of current character being processed member in class:RBBIRuleScanner
H A Drbbiscan.cpp99 fScanIndex = 0;
288 RHSExprNode->fLastPos = fScanIndex;
445 n->fFirstPos = fScanIndex;
459 n->fFirstPos = fScanIndex;
472 n->fFirstPos = fScanIndex;
486 n->fFirstPos = fScanIndex;
513 fOptionStart = fScanIndex;
518 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart);
548 n->fFirstPos = fScanIndex;
557 n->fLastPos = fScanIndex;
[all...]
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h138 int64_t fScanIndex; // Index of current character being processed member in class:RegexCompile
H A Dregexcmp.cpp61 fScanIndex = 0;
3910 utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_PARSE_CONTEXT_LEN, &status);
3911 utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_CONTEXT_LEN, &status);
4007 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern);
4288 int64_t savedScanIndex = fScanIndex;
4340 fScanIndex = savedScanIndex;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 86 milliseconds