Searched refs:UInt64ToUtf16Array (Results 1 – 4 of 4) 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/plugins/ets/runtime/types/ |
| D | ets_string_builder.cpp | 199 utf::UInt64ToUtf16Array(std::abs(v), arrData, nDigits, sign != 0U); in LongToCharArray()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1688 utf::UInt64ToUtf16Array(num, GetStorageAddress(sb, count), size, n < 0); in StoreNumber()
|