/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/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/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 | AffixPatternProvider.java | 40 public boolean hasBody(); in hasBody() method
|
D | MutablePatternModifier.java | 207 … 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()
|
D | PropertiesAffixPatternProvider.java | 149 public boolean hasBody() { in hasBody() method in PropertiesAffixPatternProvider
|
/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 | AffixPatternProvider.java | 47 public boolean hasBody(); in hasBody() method
|
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 | PropertiesAffixPatternProvider.java | 153 public boolean hasBody() { in hasBody() method in PropertiesAffixPatternProvider
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_mapper.h | 59 bool hasBody() const U_OVERRIDE; 104 bool hasBody() const U_OVERRIDE;
|
D | number_patternmodifier.cpp | 116 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()
|
D | number_mapper.cpp | 443 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()
|
D | number_patternstring.h | 93 bool hasBody() const U_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_patternstring.h | 105 bool hasBody() const U_OVERRIDE;
|
/third_party/icu/icu4c/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_patternstring.h | 105 bool hasBody() const U_OVERRIDE;
|
/third_party/node/deps/icu-small/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 | 448 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()
|