Home
last modified time | relevance | path

Searched refs:bytesExpected (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetUTF8.java71 int char32, bytesExpected, bytesSoFar; in decodeLoop()
77 bytesExpected = UTF8.countBytes(ch); in decodeLoop()
78 char32 = ch & BITMASK_FROM_UTF8[bytesExpected]; in decodeLoop()
83 bytesExpected = mode; in decodeLoop()
92 if (bytesSoFar < bytesExpected) { in decodeLoop()
97 mode = bytesExpected; in decodeLoop()
103 if (!UTF8.isValidTrail(char32, ch, bytesSoFar, bytesExpected) in decodeLoop()
112 } else if (bytesSoFar == bytesExpected && (!isCESU8 || bytesSoFar <= 3)) { in decodeLoop()
166 bytesExpected = UTF8.countBytes(ch); in decodeLoop()
167 char32 = ch & BITMASK_FROM_UTF8[bytesExpected]; in decodeLoop()
[all...]
/third_party/node/test/pummel/
H A Dtest-regress-GH-892.js38 const bytesExpected = 1024 * 1024 * 32;
56 bytesExpected ]);
98 assert.strictEqual(uploadCount, bytesExpected);
105 console.log(`expecting ${bytesExpected} bytes`);
111 assert.strictEqual(uploadCount, bytesExpected);
/third_party/node/test/fixtures/
H A DGH-892-request.js29 var bytesExpected = parseInt(process.argv[3]); variable
46 req.end(Buffer.allocUnsafe(bytesExpected));
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 3 milliseconds