Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc47 int multi_byte_bytes_seen = 0; in LengthWithoutIncompleteUtf8() local
54 multi_byte_bytes_seen++; in LengthWithoutIncompleteUtf8()
58 if (multi_byte_bytes_seen >= 1) { in LengthWithoutIncompleteUtf8()
63 if (multi_byte_bytes_seen >= 2) { in LengthWithoutIncompleteUtf8()
68 if (multi_byte_bytes_seen >= 3) { in LengthWithoutIncompleteUtf8()

Completed in 2 milliseconds