Searched refs:utf16_expected_le (Results 1 – 1 of 1) sorted by relevance
55 const char* utf16_expected_le, in AssertString() argument60 uint16_t ch = (((utf16_expected_le[i*2 + 0] & 0xff) << 8) | in AssertString()61 ((utf16_expected_le[i*2 + 1] & 0xff) << 0)); in AssertString()