OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:util64_toa
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
nfrs.h
96
uint32_t
util64_toa
(int64_t n, char* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE);
nfrs.cpp
737
util64_toa
(ub, ubstr, 64);
739
util64_toa
(ub, ubstrhex, 64, 16);
929
uint32_t
util64_toa
(int64_t w, char* buf, uint32_t len, uint32_t radix, UBool raw)
function
Completed in 49 milliseconds