Searched refs:UInt64ToUtf16Array (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | utf.h | 148 PANDA_PUBLIC_API void UInt64ToUtf16Array(uint64_t v, uint16_t *outUtf16Buf, uint32_t nDigits, bool …
|
| D | utf.cpp | 611 void UInt64ToUtf16Array(uint64_t v, uint16_t *outUtf16Buf, uint32_t nDigits, bool negative) in UInt64ToUtf16Array() function
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1707 utf::UInt64ToUtf16Array(num, GetStorageAddress(sb, count), size, n < 0); in StoreNumber()
|