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