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

  /prebuilts/go/darwin-x86/src/strconv/
itoa.go 9 // FormatUint returns the string representation of i in the given base,
12 func FormatUint(i uint64, base int) string {
47 // as generated by FormatUint, to dst and returns the extended buffer.
  /prebuilts/go/linux-x86/src/strconv/
itoa.go 9 // FormatUint returns the string representation of i in the given base,
12 func FormatUint(i uint64, base int) string {
47 // as generated by FormatUint, to dst and returns the extended buffer.

Completed in 248 milliseconds