Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java108 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
113 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
/third_party/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()
/third_party/openh264/codec/build/iOS/dec/demo/demo/
DDEMOViewController.m178 if (([fileName hasSuffix:@"264"] == YES) ||
179 ([fileName hasSuffix:@"h264"] == YES)||
180 ([fileName hasSuffix:@"H264"] == YES))
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_affixes.cpp308 bool hasSuffix = false; in createAffixMatchers() local
312 sb, *fTokenWarehouse, parseFlags, &hasSuffix, status); in createAffixMatchers()
313 AffixPatternMatcher* suffix = hasSuffix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
Dnumber_modifiers.cpp413 bool hasSuffix = (suffixLen > 0); in applyCurrencySpacing() local
418 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/cef/tests/shared/browser/
Dresource_util_mac.mm20 return [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCRequestHeaders.m38 if ([key hasSuffix:@"-bin"]) {
DNSDictionary+GRPC.m84 if ([name hasSuffix:@"-bin"]) {
/third_party/protobuf/objectivec/
DGPBDescriptor.m276 if (![parentClassName hasSuffix:suffix]) {
300 if (![name hasSuffix:suffix]) {
723 if ([name hasSuffix:@"_p"]) {
730 [name hasSuffix:@"Array"]) {
DGPBWellKnownTypes.m73 if ([typeURLPrefix hasSuffix:@"/"]) {
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
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()
/third_party/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()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
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()