Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp112 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/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp91 HWTEST_F_L0(UtfHelperTest, IsValidUTF8) in HWTEST_F_L0() argument