Home
last modified time | relevance | path

Searched refs:hasBody (Results 1 – 25 of 37) sorted by relevance

12

/third_party/node/deps/llhttp/src/
Dhttp.c39 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/nghttp2/third-party/llhttp/src/
Dhttp.c39 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/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencyPluralInfoAffixProvider.java68 public boolean hasBody() { in hasBody() method in CurrencyPluralInfoAffixProvider
69 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasBody(); in hasBody()
DAffixPatternProvider.java40 public boolean hasBody(); in hasBody() method
DMutablePatternModifier.java207 … return new CurrencySpacingEnabledModifier(a, b, !patternInfo.hasBody(), isStrong, symbols); in createConstantModifier()
209 return new ConstantMultiFieldModifier(a, b, !patternInfo.hasBody(), isStrong); in createConstantModifier()
296 if (!patternInfo.hasBody()) { in apply()
DPropertiesAffixPatternProvider.java149 public boolean hasBody() { in hasBody() method in PropertiesAffixPatternProvider
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencyPluralInfoAffixProvider.java72 public boolean hasBody() { in hasBody() method in CurrencyPluralInfoAffixProvider
73 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasBody(); in hasBody()
DAffixPatternProvider.java47 public boolean hasBody(); in hasBody() method
DMutablePatternModifier.java209 … 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()
DPropertiesAffixPatternProvider.java153 public boolean hasBody() { in hasBody() method in PropertiesAffixPatternProvider
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_mapper.h59 bool hasBody() const U_OVERRIDE;
104 bool hasBody() const U_OVERRIDE;
Dnumber_patternmodifier.cpp116 a, b, !fPatternInfo->hasBody(), fStrong, *fSymbols, status); in createConstantModifier()
118 return new ConstantMultiFieldModifier(a, b, !fPatternInfo->hasBody(), fStrong); in createConstantModifier()
185 if (!fPatternInfo->hasBody()) { in apply()
Dnumber_mapper.cpp443 bool PropertiesAffixPatternProvider::hasBody() const { in hasBody() function in PropertiesAffixPatternProvider
503 bool CurrencyPluralInfoAffixProvider::hasBody() const { in hasBody() function in CurrencyPluralInfoAffixProvider
504 return affixesByPlural[StandardPlural::OTHER].hasBody(); in hasBody()
Dnumber_patternstring.h93 bool hasBody() const U_OVERRIDE;
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_mapper.h57 bool hasBody() const U_OVERRIDE;
108 bool hasBody() const U_OVERRIDE;
Dnumber_patternmodifier.cpp117 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()
Dnumber_mapper.cpp445 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()
Dnumber_patternstring.h105 bool hasBody() const U_OVERRIDE;
/third_party/icu/icu4c/source/i18n/
Dnumber_mapper.h57 bool hasBody() const U_OVERRIDE;
108 bool hasBody() const U_OVERRIDE;
Dnumber_patternmodifier.cpp117 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()
Dnumber_mapper.cpp445 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()
Dnumber_patternstring.h105 bool hasBody() const U_OVERRIDE;
/third_party/node/deps/icu-small/source/i18n/
Dnumber_mapper.h57 bool hasBody() const U_OVERRIDE;
111 bool hasBody() const U_OVERRIDE;
Dnumber_patternmodifier.cpp121 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()
Dnumber_mapper.cpp448 bool PropertiesAffixPatternProvider::hasBody() const { in hasBody() function in PropertiesAffixPatternProvider
512 bool CurrencyPluralInfoAffixProvider::hasBody() const { in hasBody() function in CurrencyPluralInfoAffixProvider
513 return affixesByPlural[StandardPlural::OTHER].hasBody(); in hasBody()

12