Searched refs:int8Result (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_string_test.cpp | 545 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