Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java105 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
110 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCurrencySpacingEnabledModifier.java107 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
112 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp327 bool hasSuffix = false; in createAffixMatchers() local
331 sb, *fTokenWarehouse, parseFlags, &hasSuffix, status); in createAffixMatchers()
332 AffixPatternMatcher* suffix = hasSuffix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
Dnumber_modifiers.cpp407 bool hasSuffix = (suffixLen > 0); in applyCurrencySpacing() local
412 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/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/protobuf/objectivec/
DGPBDescriptor.m575 if ([name hasSuffix:@"_p"]) {
582 [name hasSuffix:@"Array"]) {
/external/google-breakpad/src/common/mac/
DGTMLogger.m415 [name hasSuffix:@")"]) {