Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp452 String *secondUtf16String = String::CreateFromMUtf8(reinterpret_cast<const uint8_t *>(sString), in TEST_F() local
455 ASSERT_EQ(secondUtf16String->GetLength(), STRING_LENGTH - 1); in TEST_F()
466 …ASSERT_EQ(String::StringsAreEqual(firstUtf16String, secondUtf16String), strcmp(fString, sString) =… in TEST_F()