HomeSort by relevance Sort by last modified time
    Searched refs:hasPrefix (Results 1 - 25 of 34) sorted by null

1 2

  /external/guava/guava/src/com/google/common/collect/
BstPath.java 52 public final boolean hasPrefix() {
71 checkState(hasPrefix());
BstOperations.java 101 while (path.hasPrefix()) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
QName.java 58 public boolean hasPrefix()
XMPSerializerRDF.java 878 if (qname.hasPrefix())
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstPathTest.java 38 assertFalse(rootPath.hasPrefix());
51 assertTrue(nodePath.hasPrefix());
  /external/chromium_org/third_party/mozilla/
NSURL+Utils.m 133 if ([line hasPrefix:@"URL="]) {
137 else if ([line hasPrefix:@"["]) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.cpp 103 if (hasPrefix())
QualifiedName.h 85 bool hasPrefix() const { return m_impl->m_prefix != nullAtom; }
Element.h     [all...]
Element.cpp     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 567 boolean hasPrefix = !TextUtils.isEmpty(prefix);
576 if (hasPrefix) {
618 if (hasPrefix) {
623 if (hasPrefix) {
630 if (hasPrefix || hasPart1) {
642 if (hasPrefix || hasPart1 || hasPart2) {
651 if (hasPrefix || hasPart1 || hasPart2 || hasPart3) {
    [all...]
  /frameworks/base/core/java/android/text/util/
Linkify.java 404 boolean hasPrefix = false;
409 hasPrefix = true;
421 if (!hasPrefix) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 195 if (key.hasPrefix()) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.cpp 338 bool isPossibleHTMLAttr = !attributeName.hasPrefix() && (attributeName.namespaceURI() == nullAtom);
HTMLElement.cpp 75 // FIXME: We should have a way to detect XHTML elements and replace the hasPrefix() check with it.
76 if (document()->isHTMLDocument() && !tagQName().hasPrefix())
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 191 REGISTER_OVERLOADED_2(hasPrefix);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
SimpleFontDataMac.mm 230 if (descent < 3 && lineGap >= 3 && [familyName hasPrefix:@"Hiragino"]) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ThemeMac.mm 84 if ([[self familyName] hasPrefix:@"."])
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp 136 static bool hasPrefix(const char* string, unsigned length, const char* prefix)
    [all...]
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1142 milliseconds

1 2