Home
last modified time | relevance | path

Searched refs:FXSYS_Isdigit (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/
Dutils.h98 #define FXSYS_Isdigit isdigit macro
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp182 while (FXSYS_Isdigit((uint8_t)content[index]) && in SplitString()