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