Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_equals_test.cpp38 HWTEST_F_L0(EcmaStringEqualsTest, IsUtf8EqualsUtf16) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp163 bool BaseString::IsUtf8EqualsUtf16(const uint8_t* utf8Data, size_t utf8Len, in IsUtf8EqualsUtf16() function in common::BaseString