Searched refs:grouping (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnumpunct_byname.cc54 string g1 = nump_byname.grouping();
60 string g2 = nump_de.grouping();
85 string g = nump_it.grouping();
H A Dnumpunct_members_char.cc54 string g1 = nump_c.grouping();
60 string g2 = nump_us.grouping();
66 string g3 = nump_fr.grouping();
72 string g4 = nump_de.grouping();
H A Dnumpunct_members_wchar_t.cc55 string g1 = nump_c.grouping();
61 string g2 = nump_us.grouping();
67 string g3 = nump_fr.grouping();
73 string g4 = nump_de.grouping();
H A Dmembers.cc100 string g1 = nump_c.grouping();
106 string g2 = nump_1.grouping();
112 string g3 = nump_2.grouping();
118 string g4 = nump_fr.grouping();
H A Dmoneypunct_byname.cc57 string g1 = monp_de.grouping();
67 string g2 = monp_byname.grouping();
H A Dmoneypunct_members_char.cc72 string g1 = monp_c_t.grouping();
82 string g2 = monp_de_t.grouping();
H A Dmoneypunct_members_wchar_t.cc73 string g1 = monp_c_t.grouping();
83 string g2 = monp_de_t.grouping();
/openbsd-current/lib/libc/locale/
H A Dlocaleconv.c60 ret.grouping = (char *) _CurrentNumericLocale->grouping;
/openbsd-current/lib/libc/include/
H A Dlocaledef.h78 const char *grouping; member in struct:__anon7563
/openbsd-current/include/
H A Dlocale.h43 char *grouping; member in struct:lconv
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dregex_sets.t53 like("2", qr/(?[ ( ( \pN & ( [a] + [2] ) ) ) ])/, 'Nesting parens and grouping');
54 unlike("a", qr/(?[ ( ( \pN & ( [a] + [2] ) ) ) ])/, 'Nesting parens and grouping');
/openbsd-current/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h58 __grouping_ = __lc_input->grouping;
69 __lc_.grouping = const_cast<char *>(__grouping_.c_str());
/openbsd-current/regress/usr.bin/sed/
H A Dsedtest.sh175 echo Brace and other grouping
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformatter_integral.h68 * Determines the required grouping based on the size of the input.
70 * The grouping's last element will be repeated. For simplicity this repeating
79 * @note The grouping field of the locale is always a @c std::string,
84 "The slow grouping formatting is used while there will be no "
104 // Skip grouping with a width of 0.
221 string __grouping = __np.grouping();
H A Dformatter_floating_point.h444 /// - localization needs to do grouping in the integral part.
501 string __grouping = __np.grouping();
/openbsd-current/usr.bin/sed/TEST/
H A Dsed.test237 echo Brace and other grouping
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.pm315 there is no need for operator precedence, nor for a grouping operator
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h119 // money_get or num_get matches the canonical grouping for a given
623 grouping() const function in class:std::numpunct
1534 grouping() const function in class:std::moneypunct
2025 // grouping string in effect (from numpunct::grouping()).
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h1744 * @brief Return grouping specification.
1759 * For example, if the grouping() returns "\003\002" and is
1768 * @return string representing grouping specification.
1771 grouping() const function in class:numpunct
1830 * @brief Return grouping specification.
1834 * value returned. @see grouping() for details.
1836 * @return String representing grouping specification.
1999 * Digit grouping is intrepreted according to numpunct::grouping() and
2058 * Digit grouping i
3727 grouping() const function in class:moneypunct
[all...]
/openbsd-current/gnu/llvm/libcxx/src/
H A Dlocale.cpp4733 __grouping_ = lc->grouping;
4772 __grouping_ = lc->grouping;
4799 // if the grouping pattern is empty _or_ there are no grouping bits, then do nothing
/openbsd-current/gnu/usr.bin/perl/
H A Dlocale.c3287 LCONV_NUMERIC_ENTRY(grouping),

Completed in 262 milliseconds