Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/sys/teken/
Dteken_wcwidth.h42 static const struct interval combining[] = { in teken_wcwidth() local
100 if (bisearch(ucs, combining, in teken_wcwidth()
101 sizeof(combining) / sizeof(struct interval) - 1)) in teken_wcwidth()
/freebsd-12-stable/contrib/ncurses/ncurses/
Dwcwidth.h126 static const struct interval combining[] = { in mk_wcwidth() local
184 if (bisearch(ucs, combining, in mk_wcwidth()
185 sizeof(combining) / sizeof(struct interval) - 1)) in mk_wcwidth()
/freebsd-12-stable/contrib/libxo/libxo/
Dxo_wcwidth.h129 static const struct interval combining[] = { in xo_wcwidth() local
187 if (xo_bisearch(ucs, combining, in xo_wcwidth()
188 sizeof(combining) / sizeof(struct interval) - 1)) in xo_wcwidth()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dutf_width.c134 static const struct interval combining[] = { in mk_wcwidth() local
192 if (bisearch(ucs, combining, in mk_wcwidth()
193 sizeof(combining) / sizeof(struct interval) - 1)) in mk_wcwidth()
/freebsd-12-stable/crypto/heimdal/lib/wind/
DMakefile.am28 combining.c \
107 combining_table.h combining_table.c: UnicodeData.txt gen-combining.py
108 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir)
126 gen-combining.py \
DNTMakefile39 $(OBJ)\combining.obj \
81 $(OBJ)\combining_table.h $(OBJ)\combining_table.c: UnicodeData.txt gen-combining.py
83 $(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ)
DMakefile.in130 am__objects_1 = bidi.lo combining.lo doxygen.lo errorlist.lo map.lo \
470 combining.c \
518 gen-combining.py \
697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combining.Plo@am__quote@
1292 combining_table.h combining_table.c: UnicodeData.txt gen-combining.py
1293 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir)
Drfc4518.txt183 The term "combining mark", as used in this specification, refers to
185 Me). Appendix A provides a definitive list of combining marks.
318 (U+0020) code point followed by no combining marks.
372 (U+0020) code point followed by no combining marks.
399 no combining marks and a space is defined to be the SPACE (U+0020)
400 code point followed by no combining marks.
DChangeLog129 * gen-combining.py:
DCompositionExclusions-3.2.0.txt166 # combining class.
/freebsd-12-stable/kerberos5/lib/libwind/
DMakefile13 combining.c \
/freebsd-12-stable/share/i18n/csmapper/APPLE/
DSYMBOL%UCS.src163 # - they are like combining characters, and can follow a standard
165 # combining characters) to cause it to be treated in a special way for
166 # transcoding. These always terminate a combining-character sequence.
206 # sequences combining a standard Unicode character with a transcoding
DUCS%KEYBOARD.src119 # - they are like combining characters, and can follow a standard
121 # combining characters) to cause it to be treated in a special way for
122 # transcoding. These always terminate a combining-character sequence.
DKEYBOARD%UCS.src119 # - they are like combining characters, and can follow a standard
121 # combining characters) to cause it to be treated in a special way for
122 # transcoding. These always terminate a combining-character sequence.
DUCS%SYMBOL.src163 # - they are like combining characters, and can follow a standard
165 # combining characters) to cause it to be treated in a special way for
166 # transcoding. These always terminate a combining-character sequence.
206 # sequences combining a standard Unicode character with a transcoding
DUCS%THAI.src146 # combining characters, and can follow a standard Unicode (or a sequence
147 # consisting of a base character and other combining characters) to
149 # terminate a combining-character sequence.
DTHAI%UCS.src146 # combining characters, and can follow a standard Unicode (or a sequence
147 # consisting of a base character and other combining characters) to
149 # terminate a combining-character sequence.
DGURMUKHI%UCS.src199 # combining characters, and can follow a standard Unicode (or a sequence
200 # consisting of a base character and other combining characters) to
202 # terminate a combining-character sequence.
DUCS%GURMUKHI.src199 # combining characters, and can follow a standard Unicode (or a sequence
200 # consisting of a base character and other combining characters) to
202 # terminate a combining-character sequence.
DHEBREW%UCS.src107 # These are non-spacing combining marks. Note that the RAFE point
280 # combining characters, and can follow a standard Unicode (or a sequence
281 # consisting of a base character and other combining characters) to
283 # terminate a combining-character sequence.
/freebsd-12-stable/contrib/gcc/doc/
Dcppenv.texi58 In other words, this environment variable is equivalent to combining
/freebsd-12-stable/contrib/gcc/
Dpredict.def28 in the first match combining heuristics, the predictor appearing
/freebsd-12-stable/release/picobsd/tinyware/oinit/
DREADME84 * invent a one-file configuration database (combining as many files
/freebsd-12-stable/contrib/ntp/html/hints/
Dnotes-xntp-v3104 In the clock_select algorithm the peers selected for combining are
/freebsd-12-stable/crypto/openssl/doc/man3/
DBIO_should_retry.pod97 available and then retry the BIO operation. By combining the retry

1234