Searched defs:FXSYS_IsDecimalDigit (Results 1 – 2 of 2) sorted by relevance
104 inline bool FXSYS_IsDecimalDigit(char c) { in FXSYS_IsDecimalDigit() function108 inline bool FXSYS_IsDecimalDigit(wchar_t c) { in FXSYS_IsDecimalDigit() function
72 TEST(fxcrt, FXSYS_IsDecimalDigit) { in TEST() argument