Home
last modified time | relevance | path

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

/aosp_15_r20/external/fmtlib/test/
H A Dxchar-test.cc385 template <typename Char> struct small_grouping : std::numpunct<Char> { struct
387 Char do_decimal_point() const override { return '.'; } in do_decimal_point()
388 std::string do_grouping() const override { return "\01"; } in do_grouping()
389 Char do_thousands_sep() const override { return ','; } in do_thousands_sep()