Home
last modified time | relevance | path

Searched refs:inputLength (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/npm/node_modules/punycode/
Dpunycode.js237 inputLength = input.length,
273 for (index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) {
282 if (index >= inputLength) {
349 inputLength,
359 inputLength = input.length;
367 for (j = 0; j < inputLength; ++j) {
385 while (handledCPCount < inputLength) {
389 for (m = maxInt, j = 0; j < inputLength; ++j) {
406 for (j = 0; j < inputLength; ++j) {
/third_party/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp89 int32_t inputLength; in UtfPerformanceTest() local
90 UPerfTest::getBuffer(inputLength, status); in UtfPerformanceTest()
127 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()), in Command()
148 int32_t inputLength; member in Command
178 pInLimit=input+inputLength; in call()
213 if(inputLength!=outputLength) { in call()
214 …f(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength); in call()
242 pInLimit=input+inputLength; in call()
/third_party/flutter/skia/third_party/externals/icu/source/samples/csdet/
Dcsdet.c33 int32_t inputLength, match, matchCount = 0; in main() local
51 inputLength = (int32_t) fread(buffer, 1, BUFFER_SIZE, file); in main()
56 ucsdet_setText(csd, buffer, inputLength, &status); in main()
/third_party/icu/icu4c/source/samples/csdet/
Dcsdet.c33 int32_t inputLength, match, matchCount = 0; in main() local
51 inputLength = (int32_t) fread(buffer, 1, BUFFER_SIZE, file); in main()
56 ucsdet_setText(csd, buffer, inputLength, &status); in main()
/third_party/skia/third_party/externals/icu/source/samples/csdet/
Dcsdet.c33 int32_t inputLength, match, matchCount = 0; in main() local
51 inputLength = (int32_t) fread(buffer, 1, BUFFER_SIZE, file); in main()
56 ucsdet_setText(csd, buffer, inputLength, &status); in main()
/third_party/node/deps/npm/node_modules/psl/dist/
Dpsl.js512 inputLength = input.length,
548 for (index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) {
557 if (index >= inputLength) {
624 inputLength,
634 inputLength = input.length;
642 for (j = 0; j < inputLength; ++j) {
660 while (handledCPCount < inputLength) {
664 for (m = maxInt, j = 0; j < inputLength; ++j) {
681 for (j = 0; j < inputLength; ++j) {
/third_party/node/deps/npm/node_modules/uri-js/node_modules/punycode/
Dpunycode.es6.js199 const inputLength = input.length;
224 for (let index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) {
234 if (index >= inputLength) {
294 let inputLength = input.length;
320 while (handledCPCount < inputLength) {
Dpunycode.js199 const inputLength = input.length;
224 for (let index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) {
234 if (index >= inputLength) {
294 let inputLength = input.length;
320 while (handledCPCount < inputLength) {
/third_party/node/lib/
Dpunycode.js199 const inputLength = input.length;
224 for (let index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) {
234 if (index >= inputLength) {
294 let inputLength = input.length;
320 while (handledCPCount < inputLength) {
/third_party/flutter/skia/tests/
DPDFDeflateWStreamTest.cpp54 size_t inputLength = src->getLength(); in stream_inflate() local
55 if (input == nullptr || inputLength == 0) { in stream_inflate()
61 flateData.avail_in = SkToUInt(inputLength); in stream_inflate()
/third_party/skia/tests/
DPDFDeflateWStreamTest.cpp54 size_t inputLength = src->getLength(); in stream_inflate() local
55 if (input == nullptr || inputLength == 0) { in stream_inflate()
61 flateData.avail_in = SkToUInt(inputLength); in stream_inflate()
/third_party/skia/src/core/
DSkMD5.cpp39 bool SkMD5::write(const void* buf, size_t inputLength) { in write() argument
45 if (inputLength >= bufferAvailable) { in write()
54 for (; inputIndex + 63 < inputLength; inputIndex += 64) { in write()
63 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex); in write()
65 this->byteCount += inputLength; in write()
/third_party/flutter/skia/src/core/
DSkMD5.cpp39 bool SkMD5::write(const void* buf, size_t inputLength) { in write() argument
45 if (inputLength >= bufferAvailable) { in write()
54 for (; inputIndex + 63 < inputLength; inputIndex += 64) { in write()
63 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex); in write()
65 this->byteCount += inputLength; in write()
/third_party/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.cpp57 int32_t inputLength; in UTrie2PerfTest() local
58 UPerfTest::getBuffer(inputLength, status); in UTrie2PerfTest()
59 if(U_SUCCESS(status) && inputLength>0) { in UTrie2PerfTest()
/third_party/node/lib/internal/assert/
Dassertion_error.js112 const inputLength = actualRaw.length + expectedRaw.length;
116 if (inputLength <= kMaxShortLength) {
128 if (inputLength < maxLength) {
/third_party/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp62 int32_t inputLength; in UnicodeSetPerformanceTest() local
63 UPerfTest::getBuffer(inputLength, status); in UnicodeSetPerformanceTest()
64 if(U_SUCCESS(status) && inputLength>0) { in UnicodeSetPerformanceTest()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCjkBreakEngine.java93 int inputLength = endPos - startPos; in divideUpDictionaryRange() local
94 int[] charPositions = new int[inputLength + 1]; in divideUpDictionaryRange()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCjkBreakEngine.java92 int inputLength = endPos - startPos; in divideUpDictionaryRange() local
93 int[] charPositions = new int[inputLength + 1]; in divideUpDictionaryRange()
/third_party/icu/docs/userguide/conversion/
Ddetection.md206 int32_t inputLength = ... // length of the input text
208 ucsdet_setText(csd, buffer, inputLength, &status);
256 int32_t inputLength = ... // length of the input text
258 ucsdet_setText(csd, buffer, inputLength, &status);
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.js412 var inputLength = input.length;
437 for (var index = basic > 0 ? basic + 1 : 0; index < inputLength;) /* no final expression */{
447 if (index >= inputLength) {
505 var inputLength = input.length;
552 while (handledCPCount < inputLength) {
Duri.all.min.js.map1inputLength","n","bias","basic","j","oldi","w","t","baseMinusT","out","splice","encode","_step","S…
Duri.all.js.map1inputLength = input.length;\n\tlet i = 0;\n\tlet n = initialN;\n\tlet bias = initialBias;\n\n\t// …
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp335 int build_intervals(int inputLength, in build_intervals() argument
348 for (int i = 0; i < inputLength - 1; i++) { in build_intervals()
/third_party/icu/icu4c/source/test/intltest/
Dstrcase.cpp1569 int32_t inputLength = u_strlen(input); in TestCaseMapEditsIteratorDocs() local
1649 for (int32_t srcIndex=0; srcIndex<inputLength; srcIndex++) { in TestCaseMapEditsIteratorDocs()
1681 for (int32_t destIndex=0; destIndex<inputLength; destIndex++) { in TestCaseMapEditsIteratorDocs()
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.bundle.js5647 var inputLength = input.length;
5672 for (var index = basic > 0 ? basic + 1 : 0; index < inputLength;) /* no final expression */{
5682 if (index >= inputLength) {
5740 var inputLength = input.length;
5787 while (handledCPCount < inputLength) {

12