Home
last modified time | relevance | path

Searched defs:IsValidUTF8 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp104 bool IsValidUTF8(const std::vector<uint8_t> &data) in IsValidUTF8() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp377 bool IsValidUTF8(const std::vector<uint8_t> &data) in IsValidUTF8() function
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dutf_test.cpp431 TEST(Utf, IsValidUTF8) in TEST() argument
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp91 HWTEST_F_L0(UtfHelperTest, IsValidUTF8) in HWTEST_F_L0() argument