Searched refs:isName (Results 1 – 9 of 9) sorted by relevance
206 public static boolean isName(String name) { in isName() method in Os253 boolean isName = true; in isOs()310 isName = name.equals(OS_NAME); in isOs()318 retValue = isFamily && isName && isArch && isVersion; in isOs()
473 public static boolean isName(int c) { in isName() method in XMLChar528 if( isName( ch ) == false ){ in isValidName()577 if( ! isName( ch ) ){ in isValidNmtoken()
1184 UBool isName = FALSE; // true for \N{pat}, o/w false in applyPropertyPattern() local1207 isName = (c == UPPER_N); in applyPropertyPattern()1236 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()1247 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()
130 bool isName() const;
77 bool SkPDFUnion::isName() const { in isName() function in SkPDFUnion375 SkASSERT(name.isName()); in set()
3634 boolean isName = false; // true for \N{pat}, o/w false in applyPropertyPattern()3649 isName = (c == 'N'); in applyPropertyPattern()3672 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()3684 if (isName) { in applyPropertyPattern()
3556 boolean isName = false; // true for \N{pat}, o/w false in applyPropertyPattern()3571 isName = (c == 'N'); in applyPropertyPattern()3594 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()3606 if (isName) { in applyPropertyPattern()
270 (AS_NORMAL_ENCODING(enc)->isName ## n(enc, p))