HomeSort by: relevance | last modified time | path
    Searched refs:combining (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/bsd/heimdal/lib/libwind/
Makefile 22 combining.c \
  /src/external/gpl3/gcc/dist/contrib/unicode/
gen-combining-chars.py 3 # Script to generate libcpp/combining-chars.inc
25 return unicodedata.combining(chr(code_point)) != 0
54 print(f"/* Generated by contrib/unicode/gen-combining-chars.py")
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
NTMakefile 39 $(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)
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
README 22 E. cmbcl.dat - the non-zero combining classes.
28 character, look up the combining class of a character, and get the number
44 combining class field (3), the decomposition field (5), the numeric value
171 combining class nodes.
216 4. Fixed a bad endian swap for combining classes.
230 4. Added the missing unload for the combining class data.
240 3. Bug with incorrect type in the combining class lookup fixed.
252 1. Added code to ucgendat to generate a combining class table.
260 5. Added API function to get combining class.
format.txt 25 Mc 1 Mark, Spacing Combining
218 COMBINING CLASSES
222 non-zero combining classes.
236 combining class of that range.
238 If a character is not found in this table, then the combining class is
241 It is important to note that only 65536 distinct ranges plus combining class
  /src/external/gpl3/gdb/dist/readline/readline/support/
wcwidth.c 102 * - Non-spacing and enclosing combining characters (general
130 static const struct interval combining[] = { local
188 if (bisearch(ucs, combining,
189 sizeof(combining) / sizeof(struct interval) - 1))
192 /* if we arrive here, ucs is not a combining or C0/C1 control character */
  /src/external/gpl3/gdb.old/dist/readline/readline/support/
wcwidth.c 102 * - Non-spacing and enclosing combining characters (general
130 static const struct interval combining[] = { local
188 if (bisearch(ucs, combining,
189 sizeof(combining) / sizeof(struct interval) - 1))
192 /* if we arrive here, ucs is not a combining or C0/C1 control character */
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
rsh1add_n.asm 46 C The dependent chain is paddq combining the carry and next (shifted) part,
49 C separate src/dst but when src==dst the write combining anomalies slow it
addlsh1_n.asm 50 C combining anomalies slow it down.
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
aorsorrlshC_n.asm 39 C * Try combining upx+up, and vpx+vp.
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
gen-lbrkprop.c 21 Combining.txt \
39 const char *combining; /* Canonical combining classes */ member in struct:unicode_attribute
82 uni->combining = (field3[0] == '\0' ? "" : strdup (field3));
251 /* The combining property from the PropList.txt file. */
254 /* Stores in unicode_combining[] the Combining property from the
273 /* Search for the "Property dump for: 0x20000004 (Combining)" line. */
278 fprintf (stderr, "no combining property found in '%s'\n",
283 while (strstr (buf, "(Combining)") == NULL);
291 fprintf (stderr, "premature end of combining property in '%s'\n"
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
mul_basecase.asm 59 C combining addmul loops like that code. Tolerable slowdown?
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.c 494 /* Don't try to enable write-combining when it can't work, or things
501 thanks to write-combining
506 "better performance thanks to write-combining\n");
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_object.c 245 /* Don't try to enable write-combining when it can't work, or things
251 thanks to write-combining
256 "better performance thanks to write-combining\n");
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
sqr_basecase.asm 52 C * Consider combining small cases code so that the n=k-1 code jumps into the
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 1153 # Because VMS C isn't very good at combining a /INCLUDE path with
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 2778 combining characters and wide characters.
2785 elif not unicodedata.combining(uc):
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 162 of decode-classify-process, combining the decoding and classification
170 $(LREF combiningClass) for querying combining class
272 represented by the use of combining character sequences.
314 $(P $(DEF Combining character) A character with the General Category
315 of Combining Mark(M).
317 $(LI All characters with non-zero canonical combining class
318 are combining characters, but the reverse is not the case:
319 there are combining characters with a zero combining class.
328 $(P $(DEF Combining class
    [all...]

Completed in 46 milliseconds