Home
last modified time | relevance | path

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

/external/v8/src/
Dd8-posix.cc46 int multi_byte_bytes_seen = 0; in LengthWithoutIncompleteUtf8() local
53 multi_byte_bytes_seen++; in LengthWithoutIncompleteUtf8()
57 if (multi_byte_bytes_seen >= 1) { in LengthWithoutIncompleteUtf8()
62 if (multi_byte_bytes_seen >= 2) { in LengthWithoutIncompleteUtf8()
67 if (multi_byte_bytes_seen >= 3) { in LengthWithoutIncompleteUtf8()