Home | History | Annotate | Download | only in common

Lines Matching refs:_isIDPrefix

1106 #define _isIDPrefix(s) (_isPrefixLetter(s[0])&&_isIDSeparator(s[1]))
1205 if(_isIDPrefix(localeID)) {