Searched defs:FXSYS_isDecimalDigit (Results 1 – 2 of 2) sorted by relevance
67 inline bool FXSYS_isDecimalDigit(const char c) { in FXSYS_isDecimalDigit() function71 inline bool FXSYS_isDecimalDigit(const wchar_t c) { in FXSYS_isDecimalDigit() function
35 TEST(fxcrt, FXSYS_isDecimalDigit) { in TEST() argument