Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_system.cpp16 IntType FXSYS_StrToInt(const CharType* str) { in FXSYS_StrToInt() function
94 return FXSYS_StrToInt<int32_t, char>(str); in FXSYS_atoi()
97 return FXSYS_StrToInt<uint32_t>(str); in FXSYS_atoui()
100 return FXSYS_StrToInt<int32_t, wchar_t>(str); in FXSYS_wtoi()
103 return FXSYS_StrToInt<int64_t, char>(str); in FXSYS_atoi64()