Home
last modified time | relevance | path

Searched defs:appendSuffix (Results 1 – 23 of 23) sorted by last modified time

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dunits.cpp364 QString value2String(double unitValue, int unitIndex, bool round2Precision, bool appendSuffix) in value2String()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dmemfile_lease_mgr.cc1670 Memfile_LeaseMgr::appendSuffix(const std::string& file_name, in appendSuffix() function in isc::dhcp::Memfile_LeaseMgr
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/text/
H A DDecimalFormat.java1476 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
H A DCompactNumberFormat.java887 private void appendSuffix(StringBuffer result, String suffix, in appendSuffix() method in CompactNumberFormat
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/text/
H A DCompactNumberFormat.java789 private void appendSuffix(StringBuffer result, String suffix, in appendSuffix() method in CompactNumberFormat
H A DDecimalFormat.java1474 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DDecimalFormat.java1396 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DDecimalFormat.java1396 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DDecimalFormat.java1433 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DDecimalFormat.java1433 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/text/
H A DCompactNumberFormat.java900 private void appendSuffix(StringBuffer result, String suffix, in appendSuffix() method in CompactNumberFormat
H A DDecimalFormat.java1476 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DFileBase.cpp134 std::string FileBase::appendSuffix(const std::string&path,const std::string&suffix) { in appendSuffix() function in PLMD::FileBase
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/text/
H A DCompactNumberFormat.java900 private void appendSuffix(StringBuffer result, String suffix, in appendSuffix() method in CompactNumberFormat
H A DDecimalFormat.java1476 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/Org/
H A DInlines.hs241 appendSuffix suf c = c { citationSuffix = citationSuffix c <> B.toList suf } function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/Org/
H A DInlines.hs240 appendSuffix suf c = c { citationSuffix = citationSuffix c <> B.toList suf } function
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/text/
H A DCompactNumberFormat.java887 private void appendSuffix(StringBuffer result, String suffix, in appendSuffix() method in CompactNumberFormat
H A DDecimalFormat.java1474 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/text/
H A DCompactNumberFormat.java784 private void appendSuffix(StringBuffer result, String suffix, in appendSuffix() method in CompactNumberFormat
H A DDecimalFormat.java1474 private void appendSuffix(char[] suffix, in appendSuffix() method in DecimalFormat
/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DMenu.cpp261 void Menu::appendSuffix(const std::string& suffix) in appendSuffix() function in Menu
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/browser/listener/
H A DDisplayListener.java468 private void launchUrl(String url, boolean appendSuffix) { in launchUrl()