Searched refs:fNextIndex (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A 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 in nextCharLL() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A 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 in nextCharLL() [all...] |
/third_party/icu/icu4c/source/common/ |
H A 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()) { 858 ch = fRB->fRules.char32At(fNextIndex); 863 fNextIndex [all...] |
H A D | rbbiscan.h | 103 int32_t fNextIndex; // Index of the next character, which member in RBBIRuleScanner
|
/third_party/node/deps/icu-small/source/common/ |
H A 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() 853 if (fNextIndex >= fRB->fRules.length()) { 856 ch = fRB->fRules.char32At(fNextIndex); 861 fNextIndex [all...] |
H A D | rbbiscan.h | 103 int32_t fNextIndex; // Index of the next character, which member in RBBIRuleScanner
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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()) { 858 ch = fRB->fRules.char32At(fNextIndex); 863 fNextIndex [all...] |
H A D | rbbiscan.h | 103 int32_t fNextIndex; // Index of the next character, which member in RBBIRuleScanner
|
/third_party/skia/src/utils/ |
H A 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], in SkIsSimplePolygon() 1451 uint16_t fNextIndex; global() member [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 11 milliseconds