Searched defs:isName (Results 1 - 15 of 15) sorted by last modified time

/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h762 bool isName() const { function in class:SkPdfNativeObject
769 bool isName(const char* name) const { function in class:SkPdfNativeObject
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4c/source/common/
H A Duniset_props.cpp1186 UBool isName = FALSE; // true for \N{pat}, o/w false local
1209 isName = (c == UPPER_N);
1238 if (equals >= 0 && equals < close && !isName) {
1249 if (isName) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h762 bool isName() const { function in class:SkPdfNativeObject
769 bool isName(const char* name) const { function in class:SkPdfNativeObject
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp1186 UBool isName = FALSE; // true for \N{pat}, o/w false local
1209 isName = (c == UPPER_N);
1238 if (equals >= 0 && equals < close && !isName) {
1249 if (isName) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DXMLChar.java853 public static boolean isName(int c) { method in class:XMLChar
855 } // isName(int):boolean
908 if( isName( ch ) == false ){
957 if( ! isName( ch ) ){
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLChar.java473 public static boolean isName(int c) { method in class:XMLChar
475 } // isName(int):boolean
528 if( isName( ch ) == false ){
577 if( ! isName( ch ) ){
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java206 public static boolean isName(String name) { method in class:Os
253 boolean isName = true;
310 isName = name.equals(OS_NAME);
318 retValue = isFamily && isName && isArch && isVersion;

Completed in 757 milliseconds