Home | History | Annotate | Download | only in MCParser

Lines Matching refs:isIdentifierChar

1756 static bool isIdentifierChar(char c) {
1829 while (isIdentifierChar(Body[I]) && I + 1 != End)
3450 while (isIdentifierChar(Body[I]) && I + 1 != End)