Home
last modified time | relevance | path

Searched refs:UInt64ToUtf16Array (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.h148 PANDA_PUBLIC_API void UInt64ToUtf16Array(uint64_t v, uint16_t *outUtf16Buf, uint32_t nDigits, bool …
Dutf.cpp611 void UInt64ToUtf16Array(uint64_t v, uint16_t *outUtf16Buf, uint32_t nDigits, bool negative) in UInt64ToUtf16Array() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp199 utf::UInt64ToUtf16Array(std::abs(v), arrData, nDigits, sign != 0U); in LongToCharArray()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1688 utf::UInt64ToUtf16Array(num, GetStorageAddress(sb, count), size, n < 0); in StoreNumber()