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

  /external/astl/include/
char_traits.h 82 static char to_char(const int_type& c) { return static_cast<char>(c); } function in struct:std::char_traits
  /bionic/libc/stdio/
vfprintf.c 139 #define to_char(n) ((n) + '0') macro
660 *--cp = to_char(_umax & 7);
671 *--cp = to_char(_umax % 10);
674 *--cp = to_char(_umax);
1276 *--t = to_char(exp % 10);
1278 *--t = to_char(exp);
1283 *p++ = to_char(exp);

Completed in 78 milliseconds