Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dchvalid.in.h183 #define xmlIsDigitQ(c) (((c) < 0x100) ? \ macro
/third_party/libxml2/include/libxml/
Dchvalid.h152 #define xmlIsDigitQ(c) (((c) < 0x100) ? \ macro