Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_helper.cpp121 auto unicodeRes = utf_helper::ConvertUtf8ToUnicodeChar( in AppendValueToQuotedString() local
183 … auto unicodeRes = utf_helper::ConvertUtf8ToUnicodeChar(sp.data() + i, 3); // 3: Parse 3 characters in AppendValueToQuotedString() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp590 std::pair<int32_t, size_t> unicodeRes = ConvertUtf8ToUnicodeChar(utf8ValuePtr1, UtfLength::ONE); in HWTEST_F_L0() local