Home
last modified time | relevance | path

Searched defs:PercentFormatter (Results 1 – 6 of 6) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/format/number/
H A DPercentFormatter.java35 public class PercentFormatter extends AbstractNumberFormatter { class
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Globalization/NumberFormatting/
H A Dmod.rs28 pub type PercentFormatter = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Globalization/NumberFormatting/
H A Dmod.rs2097 pub struct PercentFormatter(::windows::runtime::IInspectable); struct
2098 impl PercentFormatter { impl
2301 unsafe impl ::windows::runtime::RuntimeType for PercentFormatter { implementation
2304 unsafe impl ::windows::runtime::Interface for PercentFormatter { implementation
2308 impl ::windows::runtime::RuntimeName for PercentFormatter { implementation
2361 impl<'a> ::windows::runtime::IntoParam<'a, INumberFormatter> for PercentFormatter { implementation
2366 impl<'a> ::windows::runtime::IntoParam<'a, INumberFormatter> for &PercentFormatter { implementation
2427 impl<'a> ::windows::runtime::IntoParam<'a, INumberParser> for PercentFormatter { implementation
2432 impl<'a> ::windows::runtime::IntoParam<'a, INumberParser> for &PercentFormatter { implementation
2503 unsafe impl ::std::marker::Send for PercentFormatter {} implementation
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Numerics/tests/BigInteger/
H A DBigIntegerToStringTests.cs828 private static String PercentFormatter(String input, int precision, NumberFormatInfo nfi) in PercentFormatter() method in System.Numerics.Tests.ToStringTest
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dticker.py1304 class PercentFormatter(Formatter): class
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dticker.py1559 class PercentFormatter(Formatter): class