| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | numpunct_members_wchar_t.cc | 55 string g1 = nump_c.grouping(); in test01() 61 string g2 = nump_us.grouping(); in test01() 67 string g3 = nump_fr.grouping(); in test01() 73 string g4 = nump_de.grouping(); in test01()
|
| D | numpunct_members_char.cc | 54 string g1 = nump_c.grouping(); in test01() 60 string g2 = nump_us.grouping(); in test01() 66 string g3 = nump_fr.grouping(); in test01() 72 string g4 = nump_de.grouping(); in test01()
|
| D | members.cc | 100 string g1 = nump_c.grouping(); in test02() 106 string g2 = nump_1.grouping(); in test02() 112 string g3 = nump_2.grouping(); in test02() 118 string g4 = nump_fr.grouping(); in test02()
|
| D | numpunct_byname.cc | 54 string g1 = nump_byname.grouping(); in test01() 60 string g2 = nump_de.grouping(); in test01() 85 string g = nump_it.grouping(); in test02()
|
| D | moneypunct_byname.cc | 57 string g1 = monp_de.grouping(); in test01() 67 string g2 = monp_byname.grouping(); in test01()
|
| D | moneypunct_members_char.cc | 72 string g1 = monp_c_t.grouping(); in test01() 82 string g2 = monp_de_t.grouping(); in test01()
|
| D | moneypunct_members_wchar_t.cc | 73 string g1 = monp_c_t.grouping(); in test01() 83 string g2 = monp_de_t.grouping(); in test01()
|
| /openbsd/src/lib/libc/locale/ |
| D | localeconv.c | 60 ret.grouping = (char *) _CurrentNumericLocale->grouping; in localeconv()
|
| /openbsd/src/regress/usr.bin/mandoc/eqn/subsup/ |
| D | sub_group.out_ascii | 4 ssuubbssuupp--ssuubb__ggrroouupp - grouping of subscripts
|
| /openbsd/src/lib/libc/include/ |
| D | localedef.h | 78 const char *grouping; member
|
| /openbsd/src/include/ |
| D | locale.h | 43 char *grouping; member
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZSchedule.td | 11 // These resources are used to express decoder grouping rules. The number of
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_facets.tcc | 162 const string __grouping = __np.grouping(); in _M_extract_float() 348 const string __grouping = __np.grouping(); in _M_extract_int() 1139 const string __grouping = __intl ? __mpt.grouping() : __mpf.grouping(); in do_get() 1421 const string __grouping = __intl ? __mpt.grouping() in do_put() 1422 : __mpf.grouping(); in do_put() 2328 const string __grouping = __np.grouping(); in _M_widen_float() 2374 const string __grouping = __np.grouping(); in _M_widen_int() 2462 string __grouping = __np.grouping(); in __locale_cache()
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-libtool-darwin.rst | 50 Show help and usage for this command without grouping the options
|
| D | llvm-dwarfdump.rst | 66 Show help and usage for this command without grouping the options
|
| D | llvm-readobj.rst | 32 :program:`llvm-readobj` does not allow grouping.
|
| /openbsd/src/regress/usr.bin/sed/ |
| D | sedtest.sh | 175 echo Brace and other grouping
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlrequick.pod | 282 The B<grouping> metacharacters C<()> allow a part of a regex to be 300 The grouping metacharacters C<()> also allow the extraction of the 301 parts of a string that matched. For each grouping, the part that 338 character, character class, or grouping that we want to specify. They
|
| D | perllocale.pod | 809 my ($thousands_sep, $grouping) = 810 @{localeconv()}{'thousands_sep', 'grouping'}; 815 # grouping and mon_grouping are packed lists 817 # grouping (thousand_seps and mon_thousand_seps 820 # 255 means no more grouping, 0 means repeat 821 # the previous grouping, 1-254 means use that 822 # as the current grouping. Grouping goes from 825 # else than the first grouping (whatever that is). 826 if ($grouping) { 827 @grouping = unpack("C*", $grouping); [all …]
|
| D | perlreguts.pod | 385 inside of a grouping parenthesis. It also handles the "special parens" 426 a forward reference to a numbered parenthetical grouping, we need to 427 finish the parse to know if that numbered grouping actually appears in 434 grouping parens. When parsing, however, we don't know where the end will
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_facets.tcc | 193 _M_grouping_size = __np.grouping().size(); in _M_cache() 195 __np.grouping().copy(__grouping, _M_grouping_size); in _M_cache() 198 && static_cast<signed char>(__np.grouping()[0]) > 0); in _M_cache() 229 _M_grouping_size = __mp.grouping().size(); in _M_cache() 231 __mp.grouping().copy(__grouping, _M_grouping_size); in _M_cache() 234 && static_cast<signed char>(__mp.grouping()[0]) > 0); in _M_cache()
|
| /openbsd/src/usr.bin/sed/TEST/ |
| D | sed.test | 237 echo Brace and other grouping
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | locale | 416 return __np.grouping(); 455 return __np.grouping(); 469 return __np.grouping(); 957 // Digit grouping checked 1014 // Digit grouping checked 1069 // Digit grouping checked 1160 string __grouping = __npt.grouping(); 1211 string __grouping = __npt.grouping(); 2601 _LIBCPP_INLINE_VISIBILITY string grouping() const {return do_grouping();} 2736 __grp = __mp.grouping(); [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ScheduleZnver2.td | 57 // FPU grouping 66 // Below are the grouping of the units. 69 // ALU grouping 70 // Zn2ALU03 - 0,3 grouping
|
| D | X86ScheduleZnver1.td | 56 // FPU grouping 65 // Below are the grouping of the units. 68 // ALU grouping 69 // ZnALU03 - 0,3 grouping
|