Home
last modified time | relevance | path

Searched defs:nextPos (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fImplementationLimitTests.cpp334 const size_t nextPos = extensionStr.find(' ', pos); in queryExtensionsNonIndexed() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java883 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/
DRBBITestMonkey.java886 int nextPos; // Index of the next character following pos. in next() local
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp2904 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/
Demitter.ts3274 … const nextPos = emitTokenWithComment(SyntaxKind.ExportKeyword, node.pos, writeKeyword, node); constant
Dutilities.ts5449 … const nextPos = skipTrivia(sourceFile.text, pos, /*stopAfterLineBreak*/ false, includeComments); constant