/third_party/nghttp2/third-party/llhttp/src/ |
D | http.c | 39 int hasBody; in llhttp__after_headers_complete() local 41 hasBody = parser->flags & F_CHUNKED || parser->content_length > 0; in llhttp__after_headers_complete() 43 (parser->flags & F_SKIPBODY) || !hasBody)) { in llhttp__after_headers_complete()
|
/third_party/node/deps/llhttp/src/ |
D | http.c | 39 int hasBody; in llhttp__after_headers_complete() local 41 hasBody = parser->flags & F_CHUNKED || parser->content_length > 0; in llhttp__after_headers_complete() 43 (parser->flags & F_SKIPBODY) || !hasBody)) { in llhttp__after_headers_complete()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | CurrencyPluralInfoAffixProvider.java | 72 public boolean hasBody() { in hasBody() method in CurrencyPluralInfoAffixProvider 73 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasBody(); in hasBody()
|
D | MutablePatternModifier.java | 209 … return new CurrencySpacingEnabledModifier(a, b, !patternInfo.hasBody(), isStrong, symbols); in createConstantModifier() 211 return new ConstantMultiFieldModifier(a, b, !patternInfo.hasBody(), isStrong); in createConstantModifier() 301 if (!patternInfo.hasBody()) { in apply()
|
D | AffixPatternProvider.java | 47 public boolean hasBody(); in hasBody() method
|
D | PropertiesAffixPatternProvider.java | 153 public boolean hasBody() { in hasBody() method in PropertiesAffixPatternProvider
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CurrencyPluralInfoAffixProvider.java | 68 public boolean hasBody() { in hasBody() method in CurrencyPluralInfoAffixProvider 69 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasBody(); in hasBody()
|
D | MutablePatternModifier.java | 211 … return new CurrencySpacingEnabledModifier(a, b, !patternInfo.hasBody(), isStrong, symbols); in createConstantModifier() 213 return new ConstantMultiFieldModifier(a, b, !patternInfo.hasBody(), isStrong); in createConstantModifier() 300 if (!patternInfo.hasBody()) { in apply()
|
D | AffixPatternProvider.java | 40 public boolean hasBody(); in hasBody() method
|
D | PropertiesAffixPatternProvider.java | 153 public boolean hasBody() { in hasBody() method in PropertiesAffixPatternProvider
|
/third_party/icu/icu4c/source/i18n/ |
D | number_mapper.h | 57 bool hasBody() const U_OVERRIDE; 111 bool hasBody() const U_OVERRIDE;
|
D | number_patternmodifier.cpp | 121 a, b, !fPatternInfo->hasBody(), fStrong, *fSymbols, status); in createConstantModifier() 123 return new ConstantMultiFieldModifier(a, b, !fPatternInfo->hasBody(), fStrong); in createConstantModifier() 197 if (!fPatternInfo->hasBody()) { in apply()
|
D | number_mapper.cpp | 452 bool PropertiesAffixPatternProvider::hasBody() const { in hasBody() function in PropertiesAffixPatternProvider 516 bool CurrencyPluralInfoAffixProvider::hasBody() const { in hasBody() function in CurrencyPluralInfoAffixProvider 517 return affixesByPlural[StandardPlural::OTHER].hasBody(); in hasBody()
|
D | number_types.h | 142 virtual bool hasBody() const = 0;
|
D | number_patternstring.h | 106 bool hasBody() const U_OVERRIDE;
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_mapper.h | 57 bool hasBody() const override; 111 bool hasBody() const override;
|
D | number_patternmodifier.cpp | 122 a, b, !fPatternInfo->hasBody(), fStrong, *fSymbols, status); in createConstantModifier() 124 return new ConstantMultiFieldModifier(a, b, !fPatternInfo->hasBody(), fStrong); in createConstantModifier() 198 if (!fPatternInfo->hasBody()) { in apply()
|
D | number_mapper.cpp | 452 bool PropertiesAffixPatternProvider::hasBody() const { in hasBody() function in PropertiesAffixPatternProvider 516 bool CurrencyPluralInfoAffixProvider::hasBody() const { in hasBody() function in CurrencyPluralInfoAffixProvider 517 return affixesByPlural[StandardPlural::OTHER].hasBody(); in hasBody()
|
D | number_types.h | 142 virtual bool hasBody() const = 0;
|
D | number_patternstring.h | 106 bool hasBody() const override;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_mapper.h | 57 bool hasBody() const U_OVERRIDE; 108 bool hasBody() const U_OVERRIDE;
|
D | number_patternmodifier.cpp | 117 a, b, !fPatternInfo->hasBody(), fStrong, *fSymbols, status); in createConstantModifier() 119 return new ConstantMultiFieldModifier(a, b, !fPatternInfo->hasBody(), fStrong); in createConstantModifier() 193 if (!fPatternInfo->hasBody()) { in apply()
|
D | number_mapper.cpp | 445 bool PropertiesAffixPatternProvider::hasBody() const { in hasBody() function in PropertiesAffixPatternProvider 505 bool CurrencyPluralInfoAffixProvider::hasBody() const { in hasBody() function in CurrencyPluralInfoAffixProvider 506 return affixesByPlural[StandardPlural::OTHER].hasBody(); in hasBody()
|
D | number_types.h | 139 virtual bool hasBody() const = 0;
|
D | number_patternstring.h | 105 bool hasBody() const U_OVERRIDE;
|