Searched refs:FXSYS_StrToInt (Results 1 – 1 of 1) sorted by relevance
16 IntType FXSYS_StrToInt(const CharType* str) { in FXSYS_StrToInt() function94 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()