Home | History | Annotate | Download | only in python2.7

Lines Matching defs:isalnum

853 #undef isalnum
854 #define isalnum(c) iswalnum(btowc(c))