Home
last modified time | relevance | path

Searched refs:hasSuffix (Results 1 – 13 of 13) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DNameTransformer.java42 boolean hasSuffix = (suffix != null) && (suffix.length() > 0); in simpleTransformer()
45 if (hasSuffix) { in simpleTransformer()
77 if (hasSuffix) { in simpleTransformer()
/external/webrtc/sdk/objc/unittests/
DRTCCallbackLogger_xctest.m43 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/
DCurrencySpacingEnabledModifier.java108 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
113 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java106 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
111 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp306 bool hasSuffix = false; in createAffixMatchers() local
310 sb, *fTokenWarehouse, parseFlags, &hasSuffix, status); in createAffixMatchers()
311 AffixPatternMatcher* suffix = hasSuffix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
Dnumber_modifiers.cpp413 bool hasSuffix = (suffixLen > 0); in applyCurrencySpacing() local
418 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DNSDictionary+GRPC.m84 if ([name hasSuffix:@"-bin"]) {
DGRPCRequestHeaders.m38 if ([key hasSuffix:@"-bin"]) {
/external/protobuf/objectivec/
DGPBDescriptor.m273 if (![parentClassName hasSuffix:suffix]) {
297 if (![name hasSuffix:suffix]) {
699 if ([name hasSuffix:@"_p"]) {
706 [name hasSuffix:@"Array"]) {
DGPBWellKnownTypes.m73 if ([typeURLPrefix hasSuffix:@"/"]) {
/external/bzip2/
Dbzip2.c1110 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/
DGTMLogger.m415 [name hasSuffix:@")"]) {
/external/llvm-project/openmp/runtime/src/
Dkmp_settings.cpp408 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()