Searched refs:fNextIndex (Results 1 – 6 of 6) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleScanner.java | 43 int fNextIndex; // Index of the next character, which field in RBBIRuleScanner 205 n.fFirstPos = fNextIndex; // move past the '=' in doParseActions() 375 n.fLastPos = fNextIndex; in doParseActions() 386 n.fLastPos = fNextIndex; in doParseActions() 397 n.fLastPos = fNextIndex; in doParseActions() 408 n.fLastPos = fNextIndex; in doParseActions() 422 n.fLastPos = fNextIndex; in doParseActions() 725 if (fNextIndex >= fRB.fRules.length()) { in nextCharLL() 728 ch = UTF16.charAt(fRB.fRules, fNextIndex); in nextCharLL() 729 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1); in nextCharLL() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 42 int fNextIndex; // Index of the next character, which field in RBBIRuleScanner 204 n.fFirstPos = fNextIndex; // move past the '=' in doParseActions() 374 n.fLastPos = fNextIndex; in doParseActions() 385 n.fLastPos = fNextIndex; in doParseActions() 396 n.fLastPos = fNextIndex; in doParseActions() 407 n.fLastPos = fNextIndex; in doParseActions() 421 n.fLastPos = fNextIndex; in doParseActions() 724 if (fNextIndex >= fRB.fRules.length()) { in nextCharLL() 727 ch = UTF16.charAt(fRB.fRules, fNextIndex); in nextCharLL() 728 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1); in nextCharLL() [all …]
|
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 94 fNextIndex = 0; in RBBIRuleScanner() 275 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions() 475 n->fLastPos = fNextIndex; in doParseActions() 489 n->fLastPos = fNextIndex; in doParseActions() 502 n->fLastPos = fNextIndex; in doParseActions() 516 n->fLastPos = fNextIndex; in doParseActions() 531 n->fLastPos = fNextIndex; in doParseActions() 857 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL() 860 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL() 861 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL() [all …]
|
D | rbbiscan.h | 101 int32_t fNextIndex; // Index of the next character, which variable
|
/external/skqp/src/utils/ |
D | SkPolyUtils.cpp | 497 uint16_t fNextIndex; member 1060 newVertex.fNextIndex = (i + 1) % polygonSize; in SkIsSimplePolygon() 1065 if (left(polygon[newVertex.fNextIndex], polygon[i])) { in SkIsSimplePolygon() 1082 if (!sweepLine.insert(v.fPosition, polygon[v.fNextIndex], v.fIndex, v.fNextIndex)) { in SkIsSimplePolygon() 1090 if (!sweepLine.remove(polygon[v.fNextIndex], v.fPosition, v.fNextIndex, v.fIndex)) { in SkIsSimplePolygon() 1096 if (!sweepLine.replace(polygon[v.fPrevIndex], v.fPosition, polygon[v.fNextIndex], in SkIsSimplePolygon() 1097 v.fPrevIndex, v.fIndex, v.fNextIndex)) { in SkIsSimplePolygon() 1102 if (!sweepLine.replace(polygon[v.fNextIndex], v.fPosition, polygon[v.fPrevIndex], in SkIsSimplePolygon() 1103 v.fNextIndex, v.fIndex, v.fPrevIndex)) { in SkIsSimplePolygon() 1403 uint16_t fNextIndex; member [all …]
|
/external/skia/src/utils/ |
D | SkPolyUtils.cpp | 510 uint16_t fNextIndex; member 1073 newVertex.fNextIndex = (i + 1) % polygonSize; in SkIsSimplePolygon() 1078 if (left(polygon[newVertex.fNextIndex], polygon[i])) { in SkIsSimplePolygon() 1095 if (!sweepLine.insert(v.fPosition, polygon[v.fNextIndex], v.fIndex, v.fNextIndex)) { in SkIsSimplePolygon() 1103 if (!sweepLine.remove(polygon[v.fNextIndex], v.fPosition, v.fNextIndex, v.fIndex)) { in SkIsSimplePolygon() 1109 if (!sweepLine.replace(polygon[v.fPrevIndex], v.fPosition, polygon[v.fNextIndex], in SkIsSimplePolygon() 1110 v.fPrevIndex, v.fIndex, v.fNextIndex)) { in SkIsSimplePolygon() 1115 if (!sweepLine.replace(polygon[v.fNextIndex], v.fPosition, polygon[v.fPrevIndex], in SkIsSimplePolygon() 1116 v.fNextIndex, v.fIndex, v.fPrevIndex)) { in SkIsSimplePolygon() 1425 uint16_t fNextIndex; member [all …]
|