Home
last modified time | relevance | path

Searched refs:hasPrefix (Results 1 – 18 of 18) sorted by relevance

/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
502 if (hasPrefix(SectionName, ".rodata.") || SectionName == ".rodata1") in ParseSectionArguments()
505 hasPrefix(SectionName, ".text.")) in ParseSectionArguments()
507 else if (hasPrefix(SectionName, ".data.") || SectionName == ".data1" || in ParseSectionArguments()
508 hasPrefix(SectionName, ".bss.") || in ParseSectionArguments()
509 hasPrefix(SectionName, ".init_array.") || in ParseSectionArguments()
510 hasPrefix(SectionName, ".fini_array.") || in ParseSectionArguments()
511 hasPrefix(SectionName, ".preinit_array.")) in ParseSectionArguments()
513 else if (hasPrefix(SectionName, ".tdata.") || in ParseSectionArguments()
514 hasPrefix(SectionName, ".tbss.")) in ParseSectionArguments()
[all …]
/third_party/parse5/packages/parse5/lib/common/
Ddoctype.js88 function hasPrefix(publicId, prefixes) { function
129 if (hasPrefix(publicId, prefixes)) {
136 if (hasPrefix(publicId, prefixes)) {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java107 boolean hasPrefix = (prefixLen > 0); in applyCurrencySpacing()
110 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java105 boolean hasPrefix = (prefixLen > 0); in applyCurrencySpacing()
108 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dtoken.go100 func hasPrefix(a []byte, s string) bool { func
230 if hasPrefix(src[i+1:], x.suffix) {
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dmethod_dump.sh63 if (argCount == 3 && [methodName hasPrefix:@"set"] && methodName.length > 4) {
84 if ([item hasPrefix:@"\""]) {
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_affixes.cpp298 bool hasPrefix = false; in createAffixMatchers() local
302 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers()
303 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
Dnumber_modifiers.cpp412 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local
415 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_affixes.cpp297 bool hasPrefix = false; in createAffixMatchers() local
301 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers()
302 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
Dnumber_modifiers.cpp412 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local
415 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
/third_party/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp297 bool hasPrefix = false; in createAffixMatchers() local
301 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers()
302 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
Dnumber_modifiers.cpp412 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local
415 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
/third_party/flutter/engine/flutter/testing/scenario_app/ios/Scenarios/ScenariosTests/
DFlutterEngineTest.m24 XCTAssertTrue([engine.isolateId hasPrefix:@"isolates/"]);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_affixes.cpp318 bool hasPrefix = false; in createAffixMatchers() local
322 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers()
323 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
Dnumber_modifiers.cpp406 bool hasPrefix = (prefixLen > 0); in applyCurrencySpacing() local
409 if (hasPrefix && hasNumber) { in applyCurrencySpacing()
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCall+OAuth2.m32 if ([headerValue hasPrefix:kBearerPrefix]) {
/third_party/grpc/src/objective-c/examples/InterceptorSample/InterceptorSample/
DCacheInterceptor.m265 } else if ([trimmedOption.lowercaseString hasPrefix:@"max-age="]) {
/third_party/protobuf/objectivec/
DGPBDescriptor.m262 if (objcPrefix && ![className hasPrefix:objcPrefix]) {
286 if (![className hasPrefix:parentPrefix]) {
869 if ((name.length <= prefixLen) || ![name hasPrefix:name_] ||