Searched defs:nDigits (Results 1 – 2 of 2) sorted by relevance
612 void UInt64ToUtf16Array(uint64_t v, uint16_t *outUtf16Buf, uint32_t nDigits, bool negative) in UInt64ToUtf16Array()
1058 auto nDigits = (CountDigits(num) + static_cast<uint32_t>(number < 0)); in NumberToU16Chars() local