Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp545 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen); in HWTEST_F() local
548 EXPECT_EQ(str8Length + 1, int8Result); in HWTEST_F()
559 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen); in HWTEST_F() local
562 EXPECT_EQ(str8Length + 1, int8Result); in HWTEST_F()
573 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen); in HWTEST_F() local
576 EXPECT_EQ(str8Length + 1, int8Result); in HWTEST_F()
587 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen); in HWTEST_F() local
590 EXPECT_EQ(str8Length + 1, int8Result); in HWTEST_F()

Completed in 2 milliseconds