/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 108 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/ |
D | CurrencySpacingEnabledModifier.java | 106 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing() 111 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
|
/third_party/openh264/codec/build/iOS/dec/demo/demo/ |
D | DEMOViewController.m | 178 if (([fileName hasSuffix:@"264"] == YES) || 179 ([fileName hasSuffix:@"h264"] == YES)|| 180 ([fileName hasSuffix:@"H264"] == YES))
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_affixes.cpp | 308 bool hasSuffix = false; in createAffixMatchers() local 312 sb, *fTokenWarehouse, parseFlags, &hasSuffix, status); in createAffixMatchers() 313 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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numparse_affixes.cpp | 327 bool hasSuffix = false; in createAffixMatchers() local 331 sb, *fTokenWarehouse, parseFlags, &hasSuffix, status); in createAffixMatchers() 332 AffixPatternMatcher* suffix = hasSuffix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
|
D | number_modifiers.cpp | 407 bool hasSuffix = (suffixLen > 0); in applyCurrencySpacing() local 412 if (hasSuffix && hasNumber) { in applyCurrencySpacing()
|
/third_party/cef/tests/shared/browser/ |
D | resource_util_mac.mm | 20 return [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
|
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
D | GRPCRequestHeaders.m | 38 if ([key hasSuffix:@"-bin"]) {
|
D | NSDictionary+GRPC.m | 84 if ([name hasSuffix:@"-bin"]) {
|
/third_party/protobuf/objectivec/ |
D | GPBDescriptor.m | 276 if (![parentClassName hasSuffix:suffix]) { 300 if (![name hasSuffix:suffix]) { 723 if ([name hasSuffix:@"_p"]) { 730 [name hasSuffix:@"Array"]) {
|
D | GPBWellKnownTypes.m | 73 if ([typeURLPrefix hasSuffix:@"/"]) {
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
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()
|
/third_party/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()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
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()
|