Searched refs:getPrefix (Results 1 - 25 of 103) sorted by relevance

12345

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
H A DXMPAliasInfo.java31 String getPrefix(); method in interface:XMPAliasInfo
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/prefixmapper/
H A DFlyweightMapStorageTest.java57 assertEquals(331402, mapStorage.getPrefix(0));
58 assertEquals(331434, mapStorage.getPrefix(1));
59 assertEquals(334910, mapStorage.getPrefix(2));
60 assertEquals(334911, mapStorage.getPrefix(3));
70 assertEquals(334912, mapStorage.getPrefix(4));
71 assertEquals(334913, mapStorage.getPrefix(5));
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
H A DPhonePrefixMapStorageStrategy.java42 public abstract int getPrefix(int index); method in class:PhonePrefixMapStorageStrategy
101 output.append(getPrefix(i))
H A DPhonePrefixMap.java165 int currentPrefix = phonePrefixMapStorage.getPrefix(currentIndex);
196 int currentValue = phonePrefixMapStorage.getPrefix(current);
H A DDefaultMapStorage.java39 public int getPrefix(int index) { method in class:DefaultMapStorage
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DLogWriter.java50 public synchronized String getPrefix() { method in class:LogWriter
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXMLNSDecl.java55 public String getPrefix() method in class:XMLNSDecl
H A DElemTemplateElement.java929 if (prefix.equals(decl.getPrefix()))
1049 String prefix = decl.getPrefix();
1102 boolean shouldExclude = excludeResultNSDecl(decl.getPrefix(),
1107 decl = new XMLNSDecl(decl.getPrefix(), decl.getURI(),
1138 if (decl.getPrefix().equals(newDecl.getPrefix()))
1191 if (!decl.getIsExcluded() && !(null != ignorePrefix && decl.getPrefix().equals(ignorePrefix)))
1193 rhandler.startPrefixMapping(decl.getPrefix(), decl.getURI(), true);
1240 if (!decl.getIsExcluded() && !(null != ignorePrefix && decl.getPrefix().equals(ignorePrefix)))
1242 rhandler.endPrefixMapping(decl.getPrefix());
[all...]
H A DElemExtensionDecl.java71 public String getPrefix() method in class:ElemExtensionDecl
202 String prefix = getPrefix();
284 String prefix = getPrefix();
H A DElemAttribute.java133 prefix = rhandler.getPrefix(nodeNamespace);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DQName.java76 public String getPrefix() method in class:QName
H A DParseRDF.java216 if ("xmlns".equals(attribute.getPrefix()) ||
217 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
376 if ("xmlns".equals(attribute.getPrefix()) ||
377 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
501 if ("xmlns".equals(attribute.getPrefix()) ||
502 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
625 if ("xmlns".equals(attribute.getPrefix()) ||
626 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
706 if ("xmlns".equals(attribute.getPrefix()) ||
707 (attribute.getPrefix()
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstPathTest.java41 rootPath.getPrefix();
53 assertEquals(rootPath, nodePath.getPrefix());
/external/smack/src/com/kenai/jbosh/
H A DBodyQName.java114 public String getPrefix() { method in class:BodyQName
115 return qname.getPrefix();
H A DQName.java152 public String getPrefix() { method in class:QName
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java71 public String getPrefix() {return prefix;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
269 if (getPrefix() == null) {
270 if (arg.getPrefix() != null) {
274 else if (!getPrefix().equals(arg.getPrefix())) {
315 String prefix = this.getPrefix();
331 String attrPrefix = attr.getPrefix();
407 String prefix = this.getPrefix();
/external/guava/guava/src/com/google/common/collect/
H A DBstPath.java70 public final P getPrefix() { method in class:BstPath
/external/llvm/include/llvm/Option/
H A DOption.h118 StringRef getPrefix() const { function in class:llvm::opt::Option
125 std::string Ret = getPrefix();
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp207 return getPrefix() && getPrefix()->containsUnexpandedParameterPack();
227 if (getPrefix())
228 getPrefix()->print(OS, Policy);
325 for (; Qualifier; Qualifier = Qualifier->getPrefix())
353 while (NestedNameSpecifierLoc Prefix = First.getPrefix())
364 unsigned Offset = getDataLength(Qualifier->getPrefix());
395 unsigned Offset = getDataLength(Qualifier->getPrefix());
568 for (NestedNameSpecifier *NNS = Qualifier; NNS; NNS = NNS->getPrefix())
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedContentHandler.java194 public String getPrefix(String uri); method in interface:ExtendedContentHandler
/external/smack/asmack-master/static-src/custom/com/kenai/jbosh/
H A DQName.java152 public String getPrefix() { method in class:QName
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java150 public String getPrefix() { method in class:Schema
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNamespaceSupport2.java181 * #getPrefix getPrefix} will not return the default "" prefix,
193 * @see #getPrefix
267 * @see #getPrefix
313 public String getPrefix (String uri) method in class:NamespaceSupport2
315 return currentContext.getPrefix(uri);
325 * which one you get, use the {@link #getPrefix getPrefix}
336 * @see #getPrefix
360 * {@link #getPrefix} an
668 String getPrefix (String uri) method in class:Context2
[all...]
H A DUnImplNode.java736 public String getPrefix() method in class:UnImplNode
739 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getPrefix not supported!");
1334 if (getPrefix() == null) {
1335 if (arg.getPrefix() != null) {
1339 else if (!getPrefix().equals(arg.getPrefix())) {
1380 String prefix = this.getPrefix();
1396 String attrPrefix = attr.getPrefix();
1472 String prefix = this.getPrefix();
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h153 NestedNameSpecifier *getPrefix() const { return Prefix.getPointer(); } function in class:clang::NestedNameSpecifier
296 NestedNameSpecifierLoc getPrefix() const { function in class:clang::NestedNameSpecifierLoc
300 return NestedNameSpecifierLoc(Qualifier->getPrefix(), Data);

Completed in 1158 milliseconds

12345