Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_ext.h62 inline bool FXSYS_isDecimalDigit(const FX_CHAR c) { in FXSYS_isDecimalDigit() function
66 inline bool FXSYS_isDecimalDigit(const FX_WCHAR c) { in FXSYS_isDecimalDigit() function
Dfx_extension_unittest.cpp23 TEST(fxcrt, FXSYS_isDecimalDigit) { in TEST() argument