Home
last modified time | relevance | path

Searched defs:FXSYS_isDecimalDigit (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_extension.h67 inline bool FXSYS_isDecimalDigit(const char c) { in FXSYS_isDecimalDigit() function
71 inline bool FXSYS_isDecimalDigit(const wchar_t c) { in FXSYS_isDecimalDigit() function
Dfx_extension_unittest.cpp35 TEST(fxcrt, FXSYS_isDecimalDigit) { in TEST() argument