Searched refs:FXSYS_IntToStr (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_system.cpp | 50 STR_T FXSYS_IntToStr(T value, STR_T str, int radix) { in FXSYS_IntToStr() function 106 return FXSYS_IntToStr<int64_t, uint64_t, char*>(value, str, radix); in FXSYS_i64toa() 185 return FXSYS_IntToStr<int32_t, uint32_t, char*>(value, str, radix); in FXSYS_itoa()
|