Searched refs:nextPos (Results 1 - 13 of 13) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/ |
H A D | Bcj2Coder.cpp | 254 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 D | es3fImplementationLimitTests.cpp | 334 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 D | RBBITestMonkey.java | 886 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 D | RBBITestMonkey.java | 890 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 D | rbbitst.cpp | 2590 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 D | mustek_pp_cis.c | 1427 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 D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 242 milliseconds