Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.h97 inline bool FXSYS_IsDecimalDigit(char c) { in FXSYS_IsDecimalDigit() function
101 inline bool FXSYS_IsDecimalDigit(wchar_t c) { in FXSYS_IsDecimalDigit() function
Dfx_extension_unittest.cpp72 TEST(fxcrt, FXSYS_IsDecimalDigit) { in TEST() argument