Searched refs:ChValue (Results 1 – 1 of 1) sorted by relevance
29 uint16_t ChValue = support::endian::byte_swap(Ch, support::little); in stripUTF16() local30 if (ChValue <= 0xFF) in stripUTF16()31 Result += ChValue; in stripUTF16()