Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp1007 const uint8_t *utf8End = utf8Data + utf8Len; in IsUtf8EqualsUtf16() local
1066 while (utf8Data < utf8End && utf16Data < utf16End) { in IsUtf8EqualsUtf16()
1071 return utf8Data == utf8End && utf16Data == utf16End; in IsUtf8EqualsUtf16()

Completed in 4 milliseconds