/third_party/node/deps/npm/node_modules/punycode/ |
D | punycode.js | 237 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/ |
D | utfperf.cpp | 89 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/ |
D | csdet.c | 33 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/ |
D | csdet.c | 33 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/ |
D | csdet.c | 33 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/ |
D | psl.js | 512 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/ |
D | punycode.es6.js | 199 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) {
|
D | punycode.js | 199 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/ |
D | punycode.js | 199 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/ |
D | PDFDeflateWStreamTest.cpp | 54 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/ |
D | PDFDeflateWStreamTest.cpp | 54 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/ |
D | SkMD5.cpp | 39 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/ |
D | SkMD5.cpp | 39 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/ |
D | utrie2perf.cpp | 57 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/ |
D | assertion_error.js | 112 const inputLength = actualRaw.length + expectedRaw.length; 116 if (inputLength <= kMaxShortLength) { 128 if (inputLength < maxLength) {
|
/third_party/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 62 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/ |
D | CjkBreakEngine.java | 93 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/ |
D | CjkBreakEngine.java | 92 int inputLength = endPos - startPos; in divideUpDictionaryRange() local 93 int[] charPositions = new int[inputLength + 1]; in divideUpDictionaryRange()
|
/third_party/icu/docs/userguide/conversion/ |
D | detection.md | 206 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/ |
D | uri.all.js | 412 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) {
|
D | uri.all.min.js.map | 1 …inputLength","n","bias","basic","j","oldi","w","t","baseMinusT","out","splice","encode","_step","S…
|
D | uri.all.js.map | 1 …inputLength = input.length;\n\tlet i = 0;\n\tlet n = initialN;\n\tlet bias = initialBias;\n\n\t// …
|
/third_party/skia/src/gpu/gradients/ |
D | GrGradientShader.cpp | 335 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/ |
D | strcase.cpp | 1569 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/ |
D | ajv.bundle.js | 5647 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) {
|