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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBIRuleScanner.java40 int fScanIndex; // Index of current character being processed field in class:RBBIRuleScanner
227 RHSExprNode.fLastPos = fScanIndex;
373 n.fFirstPos = fScanIndex;
384 n.fFirstPos = fScanIndex;
395 n.fFirstPos = fScanIndex;
406 n.fFirstPos = fScanIndex;
432 fOptionStart = fScanIndex;
436 String opt = fRB.fRules.substring(fOptionStart, fScanIndex);
463 n.fFirstPos = fScanIndex;
472 n.fLastPos = fScanIndex;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleScanner.java39 int fScanIndex; // Index of current character being processed field in class:RBBIRuleScanner
226 RHSExprNode.fLastPos = fScanIndex;
372 n.fFirstPos = fScanIndex;
383 n.fFirstPos = fScanIndex;
394 n.fFirstPos = fScanIndex;
405 n.fFirstPos = fScanIndex;
431 fOptionStart = fScanIndex;
435 String opt = fRB.fRules.substring(fOptionStart, fScanIndex);
462 n.fFirstPos = fScanIndex;
471 n.fLastPos = fScanIndex;
[all...]
/external/icu/icu4c/source/common/
H A Drbbiscan.cpp92 fScanIndex = 0;
299 RHSExprNode->fLastPos = fScanIndex;
473 n->fFirstPos = fScanIndex;
487 n->fFirstPos = fScanIndex;
500 n->fFirstPos = fScanIndex;
514 n->fFirstPos = fScanIndex;
541 fOptionStart = fScanIndex;
546 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart);
576 n->fFirstPos = fScanIndex;
585 n->fLastPos = fScanIndex;
[all...]
H A Drbbiscan.h99 int32_t fScanIndex; // Index of current character being processed member in class:RBBIRuleScanner
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h141 int64_t fScanIndex; // Index of current character being processed member in class:RegexCompile
H A Dregexcmp.cpp63 fScanIndex = 0;
3920 utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_PARSE_CONTEXT_LEN, &status);
3921 utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_CONTEXT_LEN, &status);
4017 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern);
4298 int64_t savedScanIndex = fScanIndex;
4350 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 193 milliseconds