Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_extension.h104 inline bool FXSYS_IsDecimalDigit(char c) { in FXSYS_IsDecimalDigit() function
108 inline bool FXSYS_IsDecimalDigit(wchar_t c) { in FXSYS_IsDecimalDigit() function
H A Dfx_extension_unittest.cpp72 TEST(fxcrt, FXSYS_IsDecimalDigit) { in TEST() argument