Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 – 2 of 2) sorted by relevance

/foundation/ace/napi/native_engine/impl/quickjs/native_value/
Dquickjs_native_string.cpp157 uint32_t codepoint = Utf8ToUtf32CodePoint(u8cur, len); in Utf8ToUtf16() local
235 uint32_t codepoint = Utf8ToUtf32CodePoint(str8, u8charlen); in Utf8ToUtf16Length() local
/foundation/ace/napi/native_engine/impl/jerryscript/native_value/
Djerryscript_native_string.cpp86 uint32_t codepoint = Utf8ToUtf32CodePoint(u8cur, len); in Utf8ToUtf16() local
163 uint32_t codepoint = Utf8ToUtf32CodePoint(str8, u8charlen); in Utf8ToUtf16Length() local