Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h91 static inline uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16() function
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp98 static constexpr uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp57 HWTEST_F_L0(UtfHelperTest, CombineTwoU16) in HWTEST_F_L0() argument