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

Lines Matching full:isalnum

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