Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp1008 const uint8_t *utf8SafeEnd = utf8Data + safeUtf8Len; in IsUtf8EqualsUtf16() local
1010 while (utf8Data < utf8SafeEnd && utf16Data < utf16End) { in IsUtf8EqualsUtf16()
1061 } while (utf8Data < utf8SafeEnd && utf16Data < utf16End && *utf8Data < 0x80); in IsUtf8EqualsUtf16()

Completed in 3 milliseconds