Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp254 UInt64 nextPos; in CodeReal() local
/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.java890 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/backends/backend/
Dmustek_pp_cis.c1427 SANE_Int pos = 0, nextPos = 1; in cis_read_line_low_level() local
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp2808 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust()
2862 int32_t nextPos; // Index of the next character following pos. in next() local
/third_party/typescript/src/compiler/
Demitter.ts3521 … const nextPos = emitTokenWithComment(SyntaxKind.ExportKeyword, node.pos, writeKeyword, node); constant
Dutilities.ts5555 … const nextPos = skipTrivia(sourceFile.text, pos, /*stopAfterLineBreak*/ false, includeComments); constant