Home
last modified time | relevance | path

Searched refs:FXSYS_IntToStr (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_gcc.cpp57 STR_T FXSYS_IntToStr(T value, STR_T string, int radix) { in FXSYS_IntToStr() function
106 return FXSYS_IntToStr<int64_t, uint64_t, FX_CHAR*>(value, str, radix); in FXSYS_i64toa()
213 return FXSYS_IntToStr<int32_t, uint32_t, FX_CHAR*>(value, string, radix); in FXSYS_itoa()