/third_party/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() 722 if (fNextIndex >= fRB.fRules.length()) { in nextCharLL() 725 ch = UTF16.charAt(fRB.fRules, fNextIndex); in nextCharLL() 729 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1); in nextCharLL() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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 …]
|
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/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() 855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL() 858 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL() 863 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL() [all …]
|
D | rbbiscan.h | 103 int32_t fNextIndex; // Index of the next character, which variable
|
/third_party/skia/third_party/externals/icu/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() 855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL() 858 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL() 863 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL() [all …]
|
D | rbbiscan.h | 103 int32_t fNextIndex; // Index of the next character, which variable
|
/third_party/node/deps/icu-small/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() 855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL() 858 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL() 863 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL() [all …]
|
D | rbbiscan.h | 103 int32_t fNextIndex; // Index of the next character, which variable
|
/third_party/skia/src/utils/ |
D | SkPolyUtils.cpp | 527 uint16_t fNextIndex; member 1090 newVertex.fNextIndex = (i + 1) % polygonSize; in SkIsSimplePolygon() 1095 if (left(polygon[newVertex.fNextIndex], polygon[i])) { in SkIsSimplePolygon() 1112 if (!sweepLine.insert(v.fPosition, polygon[v.fNextIndex], v.fIndex, v.fNextIndex)) { in SkIsSimplePolygon() 1120 if (!sweepLine.remove(polygon[v.fNextIndex], v.fPosition, v.fNextIndex, v.fIndex)) { in SkIsSimplePolygon() 1126 if (!sweepLine.replace(polygon[v.fPrevIndex], v.fPosition, polygon[v.fNextIndex], in SkIsSimplePolygon() 1127 v.fPrevIndex, v.fIndex, v.fNextIndex)) { in SkIsSimplePolygon() 1132 if (!sweepLine.replace(polygon[v.fNextIndex], v.fPosition, polygon[v.fPrevIndex], in SkIsSimplePolygon() 1133 v.fNextIndex, v.fIndex, v.fPrevIndex)) { in SkIsSimplePolygon() 1451 uint16_t fNextIndex; member [all …]
|
/third_party/flutter/skia/src/utils/ |
D | SkPolyUtils.cpp | 511 uint16_t fNextIndex; member 1074 newVertex.fNextIndex = (i + 1) % polygonSize; in SkIsSimplePolygon() 1079 if (left(polygon[newVertex.fNextIndex], polygon[i])) { in SkIsSimplePolygon() 1096 if (!sweepLine.insert(v.fPosition, polygon[v.fNextIndex], v.fIndex, v.fNextIndex)) { in SkIsSimplePolygon() 1104 if (!sweepLine.remove(polygon[v.fNextIndex], v.fPosition, v.fNextIndex, v.fIndex)) { in SkIsSimplePolygon() 1110 if (!sweepLine.replace(polygon[v.fPrevIndex], v.fPosition, polygon[v.fNextIndex], in SkIsSimplePolygon() 1111 v.fPrevIndex, v.fIndex, v.fNextIndex)) { in SkIsSimplePolygon() 1116 if (!sweepLine.replace(polygon[v.fNextIndex], v.fPosition, polygon[v.fPrevIndex], in SkIsSimplePolygon() 1117 v.fNextIndex, v.fIndex, v.fPrevIndex)) { in SkIsSimplePolygon() 1435 uint16_t fNextIndex; member [all …]
|