Home
last modified time | relevance | path

Searched refs:combining (Results 1 – 25 of 121) sorted by relevance

12345

/openbsd-src/gnu/lib/libreadline/support/
H A Dwcwidth.c70 static const struct interval combining[] = { in wcwidth() local
114 if (bisearch(ucs, combining, in wcwidth()
115 sizeof(combining) / sizeof(struct interval) - 1)) in wcwidth()
/openbsd-src/lib/libcurses/
H A Dwcwidth.h136 static const struct interval combining[] = { in mk_wcwidth() local
194 if (bisearch(ucs, combining, in mk_wcwidth()
195 sizeof(combining) / sizeof(struct interval) - 1)) in mk_wcwidth()
/openbsd-src/regress/usr.bin/mandoc/char/accent/
H A Dcombine.out_utf84 cchhaarr--aacccceenntt--ccoommbbiinnee - combining accents
H A Dnocombine.out_utf84 cchhaarr--aacccceenntt--nnooccoommbbiinnee - non-combining accents
H A Dnocombine.out_ascii4 cchhaarr--aacccceenntt--nnooccoommbbiinnee - non-combining accents
/openbsd-src/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t54 is($charinfo->{combining}, "0");
91 is($charinfo->{combining}, "0");
126 is($charinfo->{combining}, "0");
161 is($charinfo->{combining}, undef);
201 is($charinfo->{combining}, "0");
238 is($charinfo->{combining}, "0");
275 is($charinfo->{combining}, "0");
311 is($charinfo->{combining}, "0");
348 is($charinfo->{combining}, "0");
402 is($charinfo->{combining}, "0");
[all …]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-lipo.rst54 Output a universal binary combining the input files.
H A Dllvm-bcanalyzer.rst23 input from standard input. This is useful for combining the tool into a
/openbsd-src/gnu/usr.bin/perl/dist/base/
H A DChanges78 into fields-base.t combining all tests
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DCompositionExclusions.txt35 # involving dagesh and/or other combining marks.
208 # Note that a "Starter" is any character with a zero combining class.
H A DNamesList.txt127 x (combining double acute accent - 030B)
128 x (combining double vertical line above - 030E)
175 x (combining acute accent - 0301)
176 x (combining vertical line above - 030D)
194 x (combining asterisk above - 20F0)
242 x (combining long solidus overlay - 0338)
389 x (combining reverse solidus overlay - 20E5)
400 x (combining circumflex accent - 0302)
408 x (combining macron below - 0331)
409 x (combining low line - 0332)
[all …]
H A DIndex.txt44 above, combining counterclockwise arrow 20D4
334 arrow above, combining counterclockwise 20D4
1036 combining counterclockwise arrow above 20D4
1037 combining counterclockwise ring overlay 20DA
1082 combining hacek 030C
1092 combining japanese daku-on 3099
1093 combining japanese han-daku-on 309A
1267 counterclockwise arrow above, combining 20D4
1270 counterclockwise ring overlay, combining 20DA
1407 daku-on, combining japanese 3099
[all …]
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppenv.texi61 In other words, this environment variable is equivalent to combining
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppenv.texi61 In other words, this environment variable is equivalent to combining
H A Dgcov.texi88 @command{gcov} because the optimization, by combining some lines of code
360 simple code lines by combining them with other lines. For example, code
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dpredict.def29 in the first match combining heuristics, the predictor appearing
/openbsd-src/gnu/gcc/gcc/
H A Dpredict.def28 in the first match combining heuristics, the predictor appearing
/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/
H A Dfunc.t303 # string with 22 combining characters: (0x300..0x315)
318 # string with 40 combining characters of the same class: (0x300..0x313)x2
/openbsd-src/lib/libfido2/
H A DNEWS115 ** Use CTAP2 canonical CBOR when combining hmac-secret and credProtect.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Delfi370.sc105 a single segment, combining both text and data, for this case.
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Delfi370.sc105 a single segment, combining both text and data, for this case.
/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DChanges109 where an intervening character with higher combining class blocks
/openbsd-src/gnu/llvm/clang/docs/
H A DSafeStack.rst84 A complete protection against control-flow hijack attacks requires combining
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_object.c181 /* Don't try to enable write-combining when it can't work, or things in radeon_bo_create()
187 thanks to write-combining in radeon_bo_create()
192 "better performance thanks to write-combining\n"); in radeon_bo_create()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlclib.pod206 Note also the existence of C<sv_catpvf> and C<sv_vcatpvfn>, combining

12345