HomeSort by relevance Sort by last modified time
    Searched refs:fNextIndex (Results 1 - 9 of 9) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleScanner.java 42 int fNextIndex; // Index of the next character, which
204 n.fFirstPos = fNextIndex; // move past the '='
374 n.fLastPos = fNextIndex;
385 n.fLastPos = fNextIndex;
396 n.fLastPos = fNextIndex;
407 n.fLastPos = fNextIndex;
421 n.fLastPos = fNextIndex;
721 if (fNextIndex >= fRB.fRules.length()) {
724 ch = UTF16.charAt(fRB.fRules, fNextIndex);
725 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleScanner.java 41 int fNextIndex; // Index of the next character, which
203 n.fFirstPos = fNextIndex; // move past the '='
373 n.fLastPos = fNextIndex;
384 n.fLastPos = fNextIndex;
395 n.fLastPos = fNextIndex;
406 n.fLastPos = fNextIndex;
420 n.fLastPos = fNextIndex;
720 if (fNextIndex >= fRB.fRules.length()) {
723 ch = UTF16.charAt(fRB.fRules, fNextIndex);
724 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1)
    [all...]
  /external/icu/icu4c/source/common/
rbbiscan.cpp 93 fNextIndex = 0;
274 n->fFirstPos = fNextIndex; // move past the '='
474 n->fLastPos = fNextIndex;
488 n->fLastPos = fNextIndex;
501 n->fLastPos = fNextIndex;
515 n->fLastPos = fNextIndex;
530 n->fLastPos = fNextIndex;
855 if (fNextIndex >= fRB->fRules.length()) {
858 ch = fRB->fRules.char32At(fNextIndex);
859 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1)
    [all...]
rbbiscan.h 101 int32_t fNextIndex; // Index of the next character, which
  /external/skia/src/pipe/
SkPipeCanvas.h 40 rec->fIndex = fNextIndex++;
51 int fNextIndex = 1;
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 172 milliseconds