Home
last modified time | relevance | path

Searched refs:safeUtf8Len (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp374 size_t safeUtf8Len = FixUtf8Len(utf8, utf8Len); in Utf8ToUtf16Size() local
377 while (in_pos < safeUtf8Len) { in Utf8ToUtf16Size()
409 } while (in_pos < safeUtf8Len && utf8[in_pos] < 0x80); in Utf8ToUtf16Size()
420 size_t safeUtf8Len = FixUtf8Len(utf8In, utf8Len); in ConvertRegionUtf8ToUtf16() local
423 while (in_pos < safeUtf8Len && out_pos < utf16Len) { in ConvertRegionUtf8ToUtf16()
464 } while (in_pos < safeUtf8Len && out_pos < utf16Len && utf8In[in_pos] < 0x80); in ConvertRegionUtf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp1006 size_t safeUtf8Len = FixUtf8Len(utf8Data, utf8Len); in IsUtf8EqualsUtf16() local
1008 const uint8_t *utf8SafeEnd = utf8Data + safeUtf8Len; in IsUtf8EqualsUtf16()

Completed in 5 milliseconds