Searched refs:hasSuffix (Results 1 – 13 of 13) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | NameTransformer.java | 42 boolean hasSuffix = (suffix != null) && (suffix.length() > 0); in simpleTransformer() 45 if (hasSuffix) { in simpleTransformer() 77 if (hasSuffix) { in simpleTransformer()
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCCallbackLogger_xctest.m | 43 XCTAssertTrue([message hasSuffix:@"Horrible error\n"]); 59 XCTAssertTrue([message hasSuffix:@"Horrible error\n"]); 75 XCTAssertTrue([message hasSuffix:@"Horrible error\n"]); 93 XCTAssertTrue([message hasSuffix:@"Horrible error\n"]); 229 XCTAssertTrue([message hasSuffix:@"Horrible error\n"]);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 108 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing() 113 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 106 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing() 111 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
|
/external/icu/icu4c/source/i18n/ |
D | numparse_affixes.cpp | 306 bool hasSuffix = false; in createAffixMatchers() local 310 sb, *fTokenWarehouse, parseFlags, &hasSuffix, status); in createAffixMatchers() 311 AffixPatternMatcher* suffix = hasSuffix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
|
D | number_modifiers.cpp | 413 bool hasSuffix = (suffixLen > 0); in applyCurrencySpacing() local 418 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | NSDictionary+GRPC.m | 84 if ([name hasSuffix:@"-bin"]) {
|
D | GRPCRequestHeaders.m | 38 if ([key hasSuffix:@"-bin"]) {
|
/external/protobuf/objectivec/ |
D | GPBDescriptor.m | 273 if (![parentClassName hasSuffix:suffix]) { 297 if (![name hasSuffix:suffix]) { 699 if ([name hasSuffix:@"_p"]) { 706 [name hasSuffix:@"Array"]) {
|
D | GPBWellKnownTypes.m | 73 if ([typeURLPrefix hasSuffix:@"/"]) {
|
/external/bzip2/ |
D | bzip2.c | 1110 Bool hasSuffix ( Char* s, const Char* suffix ) in hasSuffix() function 1124 if (!hasSuffix(name,oldSuffix)) return False; in mapSuffix() 1175 if (hasSuffix(inName, zSuffix[i])) { in compress()
|
/external/google-breakpad/src/common/mac/ |
D | GTMLogger.m | 415 [name hasSuffix:@")"]) {
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_settings.cpp | 408 int hasSuffix; in __kmp_stg_parse_file() local 411 hasSuffix = t && __kmp_str_eqf(t, suffix); in __kmp_stg_parse_file() 412 t = __kmp_str_format("%s%s", value, hasSuffix ? "" : suffix); in __kmp_stg_parse_file()
|