Searched refs:kMaxTwoByteChar (Results 1 – 2 of 2) sorted by relevance
149 } else if (c <= kMaxTwoByteChar) { in Encode()192 } else if (c <= kMaxTwoByteChar) { in Length()
171 static const unsigned kMaxTwoByteChar = 0x7ff; variable