HomeSort by relevance Sort by last modified time
    Searched refs:util64_toa (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
nfrs.h 89 uint32_t util64_toa(int64_t n, char* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE);
nfrs.cpp 690 util64_toa(ub, ubstr, 64);
692 util64_toa(ub, ubstrhex, 64, 16);
875 uint32_t util64_toa(int64_t w, char* buf, uint32_t len, uint32_t radix, UBool raw) function

Completed in 24 milliseconds