Searched refs:HIGH_SURROGATE (Results 1 – 1 of 1) sorted by relevance
46 const HIGH_SURROGATE: &[u8] = b"\xED\xA0\x80"; in test_wtf8() constant49 for string in [WTF8_STRING, HIGH_SURROGATE, LOW_SURROGATE] { in test_wtf8()