Home
last modified time | relevance | path

Searched refs:number_comma_separated1 (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/styles/
H A Dnumber_format.hpp66 static const number_format number_comma_separated1();
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/styles/
H A Dnumber_format.cpp114 const number_format number_format::number_comma_separated1() in number_comma_separated1() function in xlnt::number_format
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/styles/
H A Dnumber_format_test_suite.cpp865 …format_and_test(xlnt::number_format::number_comma_separated1(), {{"42,503.12", "-42,503.12", "0.00… in test_builtin_format_4()