Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp93 static constexpr uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16() function
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.h171 static inline uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp92 static constexpr uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp33 HWTEST_F_L0(UtfHelperTest, CombineTwoU16) in HWTEST_F_L0() argument