Home | History | Annotate | Download | only in MCParser

Lines Matching refs:isIdentifierChar

1747 static bool isIdentifierChar(char c) {
1820 while (isIdentifierChar(Body[I]) && I + 1 != End)
3443 while (isIdentifierChar(Body[I]) && I + 1 != End)