Searched refs:isName (Results 1 – 2 of 2) sorted by relevance
1295 #define isName(c) ((c) == '_' || isalnum(UChar(c))) macro1318 if (!isName(*s)) in safe_name()
271 #define IS_NAME_CHAR(enc, p, n) (AS_NORMAL_ENCODING(enc)->isName##n(enc, p))