Home
last modified time | relevance | path

Searched refs:hasString (Results 1 – 12 of 12) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java1066 boolean hasString = objectInput.readBoolean(); in readExternal()
1067 if (hasString) { in readExternal()
1071 hasString = objectInput.readBoolean(); in readExternal()
1072 if (hasString) { in readExternal()
1076 hasString = objectInput.readBoolean(); in readExternal()
1077 if (hasString) { in readExternal()
1081 hasString = objectInput.readBoolean(); in readExternal()
1082 if (hasString) { in readExternal()
1086 hasString = objectInput.readBoolean(); in readExternal()
1087 if (hasString) { in readExternal()
[all …]
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhonemetadata.java1098 boolean hasString = objectInput.readBoolean(); in readExternal()
1099 if (hasString) { in readExternal()
1103 hasString = objectInput.readBoolean(); in readExternal()
1104 if (hasString) { in readExternal()
1108 hasString = objectInput.readBoolean(); in readExternal()
1109 if (hasString) { in readExternal()
1113 hasString = objectInput.readBoolean(); in readExternal()
1114 if (hasString) { in readExternal()
1118 hasString = objectInput.readBoolean(); in readExternal()
1119 if (hasString) { in readExternal()
[all …]
/external/skia/samplecode/
DSample.h141 …bool hasString(const char name[], const char value[]) const { return fMeta.hasString(name, value);… in hasString() function
/external/skqp/samplecode/
DSample.h141 …bool hasString(const char name[], const char value[]) const { return fMeta.hasString(name, value);… in hasString() function
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXString.java91 public boolean hasString() in hasString() method in XString
354 if (!obj2.hasString()) { in equals()
DXStringForChars.java98 public boolean hasString() in hasString() method in XStringForChars
DXStringForFSB.java109 public boolean hasString() in hasString() method in XStringForFSB
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLString.java679 public abstract boolean hasString(); in hasString() method
DXMLStringDefault.java796 public boolean hasString() in hasString() method in XMLStringDefault
/external/skia/src/utils/
DSkMetaData.h68 bool hasString(const char name[], const char value[]) const { in hasString() function
/external/skqp/include/core/
DSkMetaData.h68 bool hasString(const char name[], const char value[]) const { in hasString() function
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp666 AST_MATCHER_P(clang::QualType, hasString, std::string, ExpectedString) { in AST_MATCHER_P() argument
814 hasString(name), in GetNameForDecl()