Home
last modified time | relevance | path

Searched refs:UInt64ToUtf16Array (Results 1 – 3 of 3) 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/runtime/entrypoints/
Dentrypoints.cpp1707 utf::UInt64ToUtf16Array(num, GetStorageAddress(sb, count), size, n < 0); in StoreNumber()