Home
last modified time | relevance | path

Searched refs:nextPos (Results 1 - 13 of 13) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp254 UInt64 nextPos; in CodeReal() local
256 nextPos = subStream_StartPos + subStream_Size; in CodeReal()
281 nextPos = subStream_StartPos + subStream_Size; in CodeReal()
289 if (nextPos < subStream_StartPos) in CodeReal()
292 (nextPos < totalRead in CodeReal()
293 || (nextPos <= totalRead && readWasFinished)); in CodeReal()
296 /* (nextPos) is estimated end position of current sub_stream. in CodeReal()
302 /* (nextPos < inPos_with_Temp) is unexpected case here, that we in CodeReal()
307 if (nextPos < inPos_with_Temp) in CodeReal()
320 if (nextPos < in CodeReal()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp334 const size_t nextPos = extensionStr.find(' ', pos); in queryExtensionsNonIndexed() local
335 const size_t len = nextPos == string::npos ? extensionStr.length()-pos : nextPos-pos; in queryExtensionsNonIndexed()
340 if (nextPos == string::npos) in queryExtensionsNonIndexed()
343 pos = nextPos+1; in queryExtensionsNonIndexed()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITestMonkey.java886 int nextPos; // Index of the next character following pos. in next()
902 nextPos = startPos; in next()
916 pos = nextPos; in next()
917 nextPos = moveIndex32(fText, pos, 1); in next()
932 // result is "nextPos" for the following loop iteration. in next()
937 if (nextPos == fText.length()) { in next()
940 int nextChar = UTF16.charAt(fText, nextPos); in next()
944 nextPos = moveIndex32(fText, nextPos, 1); in next()
1018 if (numEndIdx > nextPos) { in next()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java890 int nextPos; // Index of the next character following pos. in next()
906 nextPos = startPos; in next()
920 pos = nextPos; in next()
921 nextPos = moveIndex32(fText, pos, 1); in next()
936 // result is "nextPos" for the following loop iteration. in next()
941 if (nextPos == fText.length()) { in next()
944 int nextChar = UTF16.charAt(fText, nextPos); in next()
948 nextPos = moveIndex32(fText, nextPos, 1); in next()
1022 if (numEndIdx > nextPos) { in next()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2590 virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2808 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) { in rule9Adjust() argument
2815 int32_t nPos = *nextPos; in rule9Adjust()
2840 // Push the updated nextPos and nextChar back to our caller. in rule9Adjust()
2843 *nextPos = nPos; in rule9Adjust()
2862 int32_t nextPos; // Index of the next character following pos. in next() local
2883 nextPos = nextCPPos = startPos; in next()
2895 pos = nextPos; in next()
2899 nextPos = nextCPPos; in next()
2912 nextCPPos = nextPos in next()
[all...]
/third_party/backends/backend/
H A Dmustek_pp_cis.c1427 SANE_Int pos = 0, nextPos = 1; in cis_read_line_low_level() local
1469 if ((pos >> SANE_FIXED_SCALE_SHIFT) >= nextPos) in cis_read_line_low_level()
1471 nextPos++; in cis_read_line_low_level()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 242 milliseconds