Searched defs:nextPos (Results 1 – 6 of 6) sorted by relevance
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fImplementationLimitTests.cpp | 334 const size_t nextPos = extensionStr.find(' ', pos); in queryExtensionsNonIndexed() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| D | RBBITestMonkey.java | 883 int nextPos; // Index of the next character following pos. in next() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
| D | RBBITestMonkey.java | 886 int nextPos; // Index of the next character following pos. in next() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | rbbitst.cpp | 2904 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() 2958 int32_t nextPos; // Index of the next character following pos. in next() local
|
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 3274 … const nextPos = emitTokenWithComment(SyntaxKind.ExportKeyword, node.pos, writeKeyword, node); constant
|
| D | utilities.ts | 5449 … const nextPos = skipTrivia(sourceFile.text, pos, /*stopAfterLineBreak*/ false, includeComments); constant
|