Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/common/
Ddoctype.ts87 function hasPrefix(publicId: string, prefixes: string[]): boolean { function
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_affixes.cpp297 bool hasPrefix = false; in createAffixMatchers() local
Dnumber_modifiers.cpp412 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local
/third_party/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp310 bool hasPrefix = false; in createAffixMatchers() local
Dnumber_modifiers.cpp412 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_affixes.cpp310 bool hasPrefix = false; in createAffixMatchers() local
Dnumber_modifiers.cpp421 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp482 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function