/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberRangeFormatterTest.java | 166 .collapse(RangeCollapse.NONE) in testBasic() 216 "Default collapse on currency (default rounding)", in testCollapse() 232 "Default collapse on currency", in testCollapse() 248 "No collapse on currency", in testCollapse() 250 .collapse(RangeCollapse.NONE) in testCollapse() 265 "Unit collapse on currency", in testCollapse() 267 .collapse(RangeCollapse.UNIT) in testCollapse() 282 "All collapse on currency", in testCollapse() 284 .collapse(RangeCollapse.ALL) in testCollapse() 299 "Default collapse o in testCollapse() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/ |
H A D | RangeMacroProps.java | 20 public RangeCollapse collapse; field in RangeMacroProps 28 collapse, in hashCode() 44 && Objects.equals(collapse, other.collapse) in equals()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
H A D | RangeMacroProps.java | 22 public RangeCollapse collapse; field in RangeMacroProps 30 collapse, in hashCode() 46 && Objects.equals(collapse, other.collapse) in equals()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberRangeFormatterSettings.java | 105 * @param collapse 110 public T collapse(RangeCollapse collapse) { in collapse() argument 111 return create(KEY_COLLAPSE, collapse); in collapse() 123 * <li>RANGE: "5-5 miles" (with collapse=UNIT)</li> 175 if (macros.collapse == null) { in resolve() 176 macros.collapse = (RangeCollapse) current.value; in resolve()
|
/third_party/rust/crates/proc-macro-error/src/imp/ |
H A D | delegate.rs | 33 let span = span_range.collapse().unwrap(); 49 res.span_note(span_range.collapse().unwrap(), msg) 52 res.span_help(span_range.collapse().unwrap(), msg) 60 let span = span_range.collapse().unwrap();
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberRangeFormatterTest.java | 164 .collapse(RangeCollapse.NONE) in testBasic() 214 "Default collapse on currency (default rounding)", in testCollapse() 230 "Default collapse on currency", in testCollapse() 246 "No collapse on currency", in testCollapse() 248 .collapse(RangeCollapse.NONE) in testCollapse() 263 "Unit collapse on currency", in testCollapse() 265 .collapse(RangeCollapse.UNIT) in testCollapse() 280 "All collapse on currency", in testCollapse() 282 .collapse(RangeCollapse.ALL) in testCollapse() 297 "Default collapse o in testCollapse() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberRangeFormatterSettings.java | 107 * @param collapse 113 public T collapse(RangeCollapse collapse) { in collapse() argument 114 return create(KEY_COLLAPSE, collapse); in collapse() 126 * <li>RANGE: "5-5 miles" (with collapse=UNIT)</li> 179 macros.collapse = (RangeCollapse) current.value; in resolve()
|
/third_party/icu/tools/colprobe/ |
H A D | doComparisonTable.pl | 31 table { border-spacing: 0; border-collapse: collapse; width: 100%; 33 td, th { width: 10%; border-spacing: 0; border-collapse: collapse; color: black;
|
H A D | createComparisonTables.pl | 29 table { border-spacing: 0; border-collapse: collapse; width: 100%; 31 td, th { width: 10%; border-spacing: 0; border-collapse: collapse; color: black;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numrange_fluent.cpp | 139 Derived NumberRangeFormatterSettings<Derived>::collapse(UNumberRangeCollapse collapse) const& { in collapse() function in NumberRangeFormatterSettings 141 copy.fMacros.collapse = collapse; in collapse() 146 Derived NumberRangeFormatterSettings<Derived>::collapse(UNumberRangeCollapse collapse) && { in collapse() argument 148 move.fMacros.collapse = collapse; in collapse()
|
H A D | numrange_capi.cpp | 88 UNumberRangeCollapse collapse, in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 102 .collapse(collapse) in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 85 unumrf_openForSkeletonWithCollapseAndIdentityFallback( const UChar* skeleton, int32_t skeletonLen, UNumberRangeCollapse collapse, UNumberRangeIdentityFallback identityFallback, const char* locale, UParseError* perror, UErrorCode* ec) unumrf_openForSkeletonWithCollapseAndIdentityFallback() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numrange_fluent.cpp | 139 Derived NumberRangeFormatterSettings<Derived>::collapse(UNumberRangeCollapse collapse) const& { in collapse() function in NumberRangeFormatterSettings 141 copy.fMacros.collapse = collapse; in collapse() 146 Derived NumberRangeFormatterSettings<Derived>::collapse(UNumberRangeCollapse collapse) && { in collapse() argument 148 move.fMacros.collapse = collapse; in collapse()
|
H A D | numrange_capi.cpp | 88 UNumberRangeCollapse collapse, in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 103 .collapse(collapse) in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 85 unumrf_openForSkeletonWithCollapseAndIdentityFallback( const char16_t* skeleton, int32_t skeletonLen, UNumberRangeCollapse collapse, UNumberRangeIdentityFallback identityFallback, const char* locale, UParseError* perror, UErrorCode* ec) unumrf_openForSkeletonWithCollapseAndIdentityFallback() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numrange_fluent.cpp | 139 Derived NumberRangeFormatterSettings<Derived>::collapse(UNumberRangeCollapse collapse) const& { in collapse() function in NumberRangeFormatterSettings 141 copy.fMacros.collapse = collapse; in collapse() 146 Derived NumberRangeFormatterSettings<Derived>::collapse(UNumberRangeCollapse collapse) && { in collapse() argument 148 move.fMacros.collapse = collapse; in collapse()
|
H A D | numrange_capi.cpp | 88 UNumberRangeCollapse collapse, in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 102 .collapse(collapse) in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 85 unumrf_openForSkeletonWithCollapseAndIdentityFallback( const UChar* skeleton, int32_t skeletonLen, UNumberRangeCollapse collapse, UNumberRangeIdentityFallback identityFallback, const char* locale, UParseError* perror, UErrorCode* ec) unumrf_openForSkeletonWithCollapseAndIdentityFallback() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_range.cpp | 172 .collapse(UNUM_RANGE_COLLAPSE_NONE) in testBasic() 221 u"Default collapse on currency (default rounding)", in testCollapse() 237 u"Default collapse on currency", in testCollapse() 253 u"No collapse on currency", in testCollapse() 255 .collapse(UNUM_RANGE_COLLAPSE_NONE) in testCollapse() 270 u"Unit collapse on currency", in testCollapse() 272 .collapse(UNUM_RANGE_COLLAPSE_UNIT) in testCollapse() 287 u"All collapse on currency", in testCollapse() 289 .collapse(UNUM_RANGE_COLLAPSE_ALL) in testCollapse() 304 u"Default collapse o in testCollapse() [all...] |
/third_party/gn/src/base/strings/ |
H A D | utf_offset_string_conversions.cc | 158 const int collapse = static_cast<int>(first_iter->original_length) - in MergeSequentialAdjustments() local 161 // then gets modified, only strings that collapse and then get modified. in MergeSequentialAdjustments() 162 DCHECK_GT(collapse, 0); in MergeSequentialAdjustments() 163 adjusted_iter->original_length += collapse; in MergeSequentialAdjustments() 164 currently_collapsing += collapse; in MergeSequentialAdjustments()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | numberrangeformatter.h | 104 UNumberRangeCollapse collapse = UNUM_RANGE_COLLAPSE_AUTO; member 284 * @param collapse 289 Derived collapse(UNumberRangeCollapse collapse) const &; 292 * Overload of collapse() for use on an rvalue reference. 294 * @param collapse 297 * @see #collapse 300 Derived collapse(UNumberRangeCollapse collapse) &&; 312 * <li>RANGE: "5-5 miles" (with collapse [all...] |
H A D | unumberrangeformatter.h | 85 * Use locale data and heuristics to determine how much of the string to collapse. Could end up collapsing none, 95 * Do not collapse any part of the number. Example: "3.2 thousand kilograms – 5.3 thousand kilograms" 224 * Creates a new UNumberFormatter for the given skeleton string, collapse option, identity fallback 236 * @param collapse Option for how to merge affixes (if unsure, use UNUM_RANGE_COLLAPSE_AUTO) 248 UNumberRangeCollapse collapse,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | numberrangeformatter.h | 104 UNumberRangeCollapse collapse = UNUM_RANGE_COLLAPSE_AUTO; member 284 * @param collapse 289 Derived collapse(UNumberRangeCollapse collapse) const &; 292 * Overload of collapse() for use on an rvalue reference. 294 * @param collapse 297 * @see #collapse 300 Derived collapse(UNumberRangeCollapse collapse) &&; 312 * <li>RANGE: "5-5 miles" (with collapse [all...] |
H A D | unumberrangeformatter.h | 85 * Use locale data and heuristics to determine how much of the string to collapse. Could end up collapsing none, 95 * Do not collapse any part of the number. Example: "3.2 thousand kilograms – 5.3 thousand kilograms" 224 * Creates a new UNumberFormatter for the given skeleton string, collapse option, identity fallback 236 * @param collapse Option for how to merge affixes (if unsure, use UNUM_RANGE_COLLAPSE_AUTO) 248 UNumberRangeCollapse collapse,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | numberrangeformatter.h | 109 UNumberRangeCollapse collapse = UNUM_RANGE_COLLAPSE_AUTO; member 289 * @param collapse 294 Derived collapse(UNumberRangeCollapse collapse) const &; 297 * Overload of collapse() for use on an rvalue reference. 299 * @param collapse 302 * @see #collapse 305 Derived collapse(UNumberRangeCollapse collapse) &&; 317 * <li>RANGE: "5-5 miles" (with collapse [all...] |
H A D | unumberrangeformatter.h | 85 * Use locale data and heuristics to determine how much of the string to collapse. Could end up collapsing none, 95 * Do not collapse any part of the number. Example: "3.2 thousand kilograms – 5.3 thousand kilograms" 226 * Creates a new UNumberFormatter for the given skeleton string, collapse option, identity fallback 238 * @param collapse Option for how to merge affixes (if unsure, use UNUM_RANGE_COLLAPSE_AUTO) 250 UNumberRangeCollapse collapse,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 43 collapse(DV, DV->getFirstDomain()); in release() 98 collapse(dv, domain); in force() 102 collapse(dv, dv->getFirstDomain()); in force() 103 assert(LiveRegs[rx] && "Not live after collapse?"); in force() 112 void ExecutionDomainFix::collapse(DomainValue *dv, unsigned domain) { in collapse() function in ExecutionDomainFix 113 assert(dv->hasDomain(domain) && "Cannot collapse"); in collapse() 192 collapse(pdv, Domain); in enterBasicBlock() 319 // If the collapsed operands force a single domain, propagate the collapse.
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | gitlab_section.py | 46 collapse = marker == "start" and self.start_collapsed 47 collapsed = "[collapsed=true]" if collapse else ""
|