Home
last modified time | relevance | path

Searched refs:high_surrogate (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.cpp394 int32_t high_surrogate = utf32_from_utf8_at(modified_utf8.data(), modified_size, index, in ModifiedUtf8ToUtf8() local
396 if (high_surrogate < 0) { in ModifiedUtf8ToUtf8()
401 if (high_surrogate >= 0xD800 && high_surrogate <= 0xDB7F) { in ModifiedUtf8ToUtf8()
410 const char32_t codepoint = (char32_t) (((high_surrogate - 0xD800) * 0x400) in ModifiedUtf8ToUtf8()