Searched refs:isName (Results 1 – 4 of 4) sorted by relevance
473 public static boolean isName(int c) { in isName() method in XMLChar528 if( isName( ch ) == false ){ in isValidName()577 if( ! isName( ch ) ){ in isValidNmtoken()
1258 UBool isName = FALSE; // true for \N{pat}, o/w false in applyPropertyPattern() local1281 isName = (c == UPPER_N); in applyPropertyPattern()1305 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()1316 if (isName) { in applyPropertyPattern()
853 public static boolean isName(int c) { in isName() method in XMLChar908 if( isName( ch ) == false ){ in isValidName()957 if( ! isName( ch ) ){ in isValidNmtoken()
270 (AS_NORMAL_ENCODING(enc)->isName ## n(enc, p))