Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.h75 inline int FXSYS_DecimalCharToInt(const char c) { in FXSYS_DecimalCharToInt() function
79 inline int FXSYS_DecimalCharToInt(const wchar_t c) { in FXSYS_DecimalCharToInt() function
Dfx_extension_unittest.cpp28 TEST(fxcrt, FXSYS_DecimalCharToInt) { in TEST() argument