Searched refs:low_surrogate (Results 1 – 1 of 1) sorted by relevance
385 int32_t low_surrogate = utf32_from_utf8_at(modified_utf8.data(), modified_size, next_index, in ModifiedUtf8ToUtf8() local387 if (low_surrogate < 0) { in ModifiedUtf8ToUtf8()392 if (low_surrogate >= 0xDC00 && low_surrogate <= 0xDFFF) { in ModifiedUtf8ToUtf8()394 + (low_surrogate - 0xDC00) + 0x10000); in ModifiedUtf8ToUtf8()