Home
last modified time | relevance | path

Searched defs:hasPrefix (Results 1 – 4 of 4) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DQName.java58 public boolean hasPrefix() in hasPrefix() method in QName
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp318 bool hasPrefix = false; in createAffixMatchers() local
Dnumber_modifiers.cpp406 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp480 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function