Home
last modified time | relevance | path

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

/external/fmtlib/test/
Dlocale-test.cc31 template <typename Char> struct special_grouping : std::numpunct<Char> { struct
33 Char do_decimal_point() const FMT_OVERRIDE { return '.'; } in do_decimal_point()
34 std::string do_grouping() const FMT_OVERRIDE { return "\03\02"; } in do_grouping()
35 Char do_thousands_sep() const FMT_OVERRIDE { return ','; } in do_thousands_sep()