Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c109 #define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_') macro
/external/python/cpython2/Modules/
D_sre.c164 #define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_') macro