Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp62 bool isOk = true; in Utf8ToUtf16BE() local
97 isOk = false; in Utf8ToUtf16BE()
103 *ok = isOk; in Utf8ToUtf16BE()
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp180 bool isOk = true; in Utf8ToUtf16BE() local
220 isOk = false; in Utf8ToUtf16BE()
226 *ok = isOk; in Utf8ToUtf16BE()
/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1328 bool isOk = false; in HWTEST_F() local
1329 std::u16string str16 = OHOS::buffer::Utf8ToUtf16BE(str8, &isOk); in HWTEST_F()

Completed in 4 milliseconds