Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode-inl.h83 } else if (c <= kMaxTwoByteChar) { in Encode()
127 } else if (c <= kMaxTwoByteChar) { in Length()
Dunicode.h148 static const unsigned kMaxTwoByteChar = 0x7ff; variable