Searched refs:uncompressed_chars (Results 1 – 1 of 1) sorted by relevance
353 const uint16_t* uncompressed_chars = lhs->IsCompressed() ? rhs->GetValue() : lhs->GetValue(); in CompareTo() local356 static_cast<int32_t>(compressed_chars[i]) - static_cast<int32_t>(uncompressed_chars[i]); in CompareTo()