Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_napi_ext.cpp173 int bufferShortSize = 3; in HWTEST_F() local
174 bufferShort = new char16_t[bufferShortSize] { 0 }; in HWTEST_F()
175 ASSERT_CHECK_CALL(napi_get_value_string_utf16(env, result, bufferShort, bufferShortSize, &strLength)); in HWTEST_F()
176 for (int i = 0; i < bufferShortSize; i++) { in HWTEST_F()
177 if (i == (bufferShortSize - 1)) { in HWTEST_F()
H A Dtest_napi.cpp2723 int bufferShortSize = 3; in HWTEST_F() local
2724 bufferShort = new char16_t[bufferShortSize] { 0 }; in HWTEST_F()
2725 ASSERT_CHECK_CALL(napi_get_value_string_utf16(env, result, bufferShort, bufferShortSize, &strLength)); in HWTEST_F()
2726 for (int i = 0; i < bufferShortSize; i++) { in HWTEST_F()
2727 if (i == (bufferShortSize - 1)) { in HWTEST_F()

Completed in 18 milliseconds