Home
last modified time | relevance | path

Searched refs:times_three (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/rust/nsstring/src/
H A Dconversions.rs22 fn times_three(a: usize) -> Option<usize> { in times_three() function
331 let worst_case = times_three(other.len()).ok_or(())?; in fallible_append_utf16_to_utf8_impl()
351 let needed = times_three(left).ok_or(())?; in fallible_append_utf16_to_utf8_impl()
362 times_three(other.len()).ok_or(())? in fallible_append_utf16_to_utf8_impl()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/rust/nsstring/src/
H A Dconversions.rs16 fn times_three(a: usize) -> Option<usize> { in times_three() function
325 let worst_case = times_three(other.len()).ok_or(())?; in fallible_append_utf16_to_utf8_impl()
345 let needed = times_three(left).ok_or(())?; in fallible_append_utf16_to_utf8_impl()
356 times_three(other.len()).ok_or(())? in fallible_append_utf16_to_utf8_impl()
/dports/www/firefox/firefox-99.0/xpcom/rust/nsstring/src/
H A Dconversions.rs16 fn times_three(a: usize) -> Option<usize> { in times_three() function
325 let worst_case = times_three(other.len()).ok_or(())?; in fallible_append_utf16_to_utf8_impl()
345 let needed = times_three(left).ok_or(())?; in fallible_append_utf16_to_utf8_impl()
356 times_three(other.len()).ok_or(())? in fallible_append_utf16_to_utf8_impl()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/rust/nsstring/src/
H A Dconversions.rs16 fn times_three(a: usize) -> Option<usize> { in times_three() function
325 let worst_case = times_three(other.len()).ok_or(())?; in fallible_append_utf16_to_utf8_impl()
345 let needed = times_three(left).ok_or(())?; in fallible_append_utf16_to_utf8_impl()
356 times_three(other.len()).ok_or(())? in fallible_append_utf16_to_utf8_impl()
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_inspect.py1345 def times_three(fn): function
1351 wrapped = times_three(isa.function)
1389 def times_three(fn): function
1395 wrapped = times_three(isa.function)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_inspect.py1282 def times_three(fn): function
1288 wrapped = times_three(isa.function)
1326 def times_three(fn): function
1332 wrapped = times_three(isa.function)
/dports/textproc/jq/jq-jq-1.6/docs/content/3.manual/v1.6/
H A Dmanual.yml2629 $times_three | [. + $times_three] | ...`, but not "to the
2631 $times_three | [.+ $times_three]) | ...`: here the binding
2632 `$times_three` is _not_ visible past the closing parenthesis.
/dports/textproc/jq/jq-jq-1.6/docs/content/3.manual/
H A Dmanual.yml2630 $times_three | [. + $times_three] | ...`, but not "to the
2632 $times_three | [.+ $times_three]) | ...`: here the binding
2633 `$times_three` is _not_ visible past the closing parenthesis.