Searched refs:high_surrogate (Results 1 – 1 of 1) sorted by relevance
377 int32_t high_surrogate = utf32_from_utf8_at(modified_utf8.data(), modified_size, index, in ModifiedUtf8ToUtf8() local379 if (high_surrogate < 0) { in ModifiedUtf8ToUtf8()384 if (high_surrogate >= 0xD800 && high_surrogate <= 0xDB7F) { in ModifiedUtf8ToUtf8()393 const char32_t codepoint = (char32_t) (((high_surrogate - 0xD800) * 0x400) in ModifiedUtf8ToUtf8()