Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DUtil.cpp136 int32_t low_surrogate = in ModifiedUtf8ToUtf8() local
138 if (low_surrogate < 0) { in ModifiedUtf8ToUtf8()
143 if (low_surrogate >= 0xDC00 && low_surrogate <= 0xDFFF) { in ModifiedUtf8ToUtf8()
145 (char32_t)(((high_surrogate - 0xD800) * 0x400) + (low_surrogate - 0xDC00) + 0x10000); in ModifiedUtf8ToUtf8()