Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dstring_test.cpp436 …String *first_utf8_string = String::CreateFromUtf16(first_utf16_string->GetDataUtf16(), string_len… in TEST_F() local
440 ASSERT_EQ(first_utf8_string->GetLength(), string_length - 1); in TEST_F()
446 ASSERT_EQ(String::StringsAreEqual(first_utf8_string, second_utf8_string), true); in TEST_F()