Home
last modified time | relevance | path

Searched refs:isName (Results 1 – 10 of 10) sorted by relevance

/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
DOs.java206 public static boolean isName(String name) { in isName() method in Os
253 boolean isName = true; in isOs()
310 isName = name.equals(OS_NAME); in isOs()
318 retValue = isFamily && isName && isArch && isVersion; in isOs()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLChar.java473 public static boolean isName(int c) { in isName() method in XMLChar
528 if( isName( ch ) == false ){ in isValidName()
577 if( ! isName( ch ) ){ in isValidNmtoken()
/external/icu/icu4c/source/common/
Duniset_props.cpp1186 UBool isName = FALSE; // true for \N{pat}, o/w false in applyPropertyPattern() local
1209 isName = (c == UPPER_N); in applyPropertyPattern()
1238 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
1249 if (isName) { in applyPropertyPattern()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DXMLChar.java853 public static boolean isName(int c) { in isName() method in XMLChar
908 if( isName( ch ) == false ){ in isValidName()
957 if( ! isName( ch ) ){ in isValidNmtoken()
/external/skia/src/pdf/
DSkPDFTypes.h124 bool isName() const;
DSkPDFTypes.cpp80 bool SkPDFUnion::isName() const { in isName() function in SkPDFUnion
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java3572 boolean isName = false; // true for \N{pat}, o/w false in applyPropertyPattern()
3587 isName = (c == 'N'); in applyPropertyPattern()
3610 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
3622 if (isName) { in applyPropertyPattern()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3650 boolean isName = false; // true for \N{pat}, o/w false in applyPropertyPattern()
3665 isName = (c == 'N'); in applyPropertyPattern()
3688 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
3700 if (isName) { in applyPropertyPattern()
/external/python/cpython2/Modules/expat/
Dxmltok.c270 (AS_NORMAL_ENCODING(enc)->isName ## n(enc, p))
/external/expat/lib/
Dxmltok.c281 (AS_NORMAL_ENCODING(enc)->isName ## n(enc, p))