Home | History | Annotate | Download | only in utils

Lines Matching defs:isNCName

875     public static boolean isNCName(int c) {

877 } // isNCName(int):boolean
935 if( isNCName( ch ) == false ){