Home
last modified time | relevance | path

Searched refs:collapse (Results 1 - 25 of 41) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberRangeFormatterTest.java166 .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 DRangeMacroProps.java20 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 DRangeMacroProps.java22 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 DNumberRangeFormatterSettings.java105 * @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 Ddelegate.rs33 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 DNumberRangeFormatterTest.java164 .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 DNumberRangeFormatterSettings.java107 * @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 DdoComparisonTable.pl31 table { border-spacing: 0; border-collapse: collapse; width: 100%;
33 td, th { width: 10%; border-spacing: 0; border-collapse: collapse; color: black;
H A DcreateComparisonTables.pl29 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 Dnumrange_fluent.cpp139 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 Dnumrange_capi.cpp88 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 Dnumrange_fluent.cpp139 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 Dnumrange_capi.cpp88 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 Dnumrange_fluent.cpp139 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 Dnumrange_capi.cpp88 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 Dnumbertest_range.cpp172 .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 Dutf_offset_string_conversions.cc158 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 Dnumberrangeformatter.h104 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 Dunumberrangeformatter.h85 * 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 Dnumberrangeformatter.h104 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 Dunumberrangeformatter.h85 * 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 Dnumberrangeformatter.h109 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 Dunumberrangeformatter.h85 * 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 DExecutionDomainFix.cpp43 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 Dgitlab_section.py46 collapse = marker == "start" and self.start_collapsed
47 collapsed = "[collapsed=true]" if collapse else ""

Completed in 13 milliseconds

12