Home
last modified time | relevance | path

Searched refs:nDigits (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp611 void UInt64ToUtf16Array(uint64_t v, uint16_t *outUtf16Buf, uint32_t nDigits, bool negative) in UInt64ToUtf16Array() argument
613 ASSERT(outUtf16Buf != nullptr && nDigits != 0); in UInt64ToUtf16Array()
618 Span<uint16_t> outSpan(outUtf16Buf, nDigits); in UInt64ToUtf16Array()
620 auto *out = reinterpret_cast<uint32_t *>(outUtf16Buf + nDigits); in UInt64ToUtf16Array()
H A Dutf.h148 PANDA_PUBLIC_API void UInt64ToUtf16Array(uint64_t v, uint16_t *outUtf16Buf, uint32_t nDigits, bool negative);

Completed in 2 milliseconds