Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h218 if (UNLIKELY(!ConvertStringUnicode(vec))) { in ParseBackslash()
685 bool ConvertStringUnicode(CVector<uint16_t> &vec) in ConvertStringUnicode() function
711 return ConvertStringUnicode(vec); in ConvertStringUnicode()