Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/node/deps/npm/node_modules/wcwidth/
Dindex.js4 var combining = require('./combining') variable
86 var max = combining.length - 1
89 if (ucs < combining[0][0] || ucs > combining[max][1]) return false
93 if (ucs > combining[mid][1]) min = mid + 1
94 else if (ucs < combining[mid][0]) max = mid - 1
/third_party/python/Modules/
Dunicodedata.c40 const unsigned char combining; /* combining class value 0 - 255 */ member
330 index = (int) _getrecord_ex(c)->combining; in unicodedata_UCD_combining_impl()
605 prev = _getrecord_ex(PyUnicode_READ(kind, data, i))->combining; in nfd_nfkd()
607 cur = _getrecord_ex(PyUnicode_READ(kind, data, i))->combining; in nfd_nfkd()
622 prev = _getrecord_ex(PyUnicode_READ(kind, data, o))->combining; in nfd_nfkd()
626 prev = _getrecord_ex(PyUnicode_READ(kind, data, i))->combining; in nfd_nfkd()
731 int comb1 = _getrecord_ex(code1)->combining; in nfc_nfkc()
829 unsigned char combining = record->combining; in is_normalized_quickcheck() local
830 if (combining && prev_combining > combining) in is_normalized_quickcheck()
832 prev_combining = combining; in is_normalized_quickcheck()
/third_party/python/Lib/test/
Dtest_unicodedata.py92 str(self.db.combining(char)),
171 self.assertEqual(self.db.combining('\uFFFE'), 0)
172 self.assertEqual(self.db.combining('a'), 0)
173 self.assertEqual(self.db.combining('\u20e1'), 230)
174 self.assertEqual(self.db.combining('\U00020000'), 0)
176 self.assertRaises(TypeError, self.db.combining)
177 self.assertRaises(TypeError, self.db.combining, 'xx')
/third_party/python/Doc/library/
Dunicodedata.rst78 .. function:: combining(chr)
80 Returns the canonical combining class assigned to the character *chr*
81 as integer. Returns ``0`` if no combining class is defined.
133 a human reader, if one has combining characters and the other
/third_party/node/deps/v8/src/objects/
Dintl-objects.tq60 // combining character.
67 // followed by a unicode combining character (we are overly strict and
76 // If the following character might be ignorable or a combining character,
/third_party/icu/docs/userguide/icu/
Dglossary.md39 …cented A will decompose into an A character followed by an acute accent combining character. Canon…
52combining character** | A combining character is a Unicode character that graphically combines wit…
53combining character sequence** | A combining character sequence consists of a Unicode base charact…
116 …de text into one of several standardized forms in which precomposed and combining characters are u…
/third_party/mesa3d/docs/vulkan/
Drenderpass.rst40 For drivers which don't need to do subpass combining, it is recommended
60 combining these transitions with clears is important for performance.
/third_party/expat/
D19-backport-tests-Cover-missing-validation-of-encoding.patch52 + // combining char U+0301
66 + // combining char U+0901
/third_party/icu/icu4c/source/samples/translit/
DREADME.TXT90 to convert each character to a sequence of base and combining
92 Then discard the combining characters (the accents etc.) leaving the
/third_party/skia/third_party/externals/icu/source/samples/translit/
DREADME.TXT91 to convert each character to a sequence of base and combining
93 Then discard the combining characters (the accents etc.) leaving the
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dvisibility.metal29 // This is a bit wasteful to use a WARP of multiple threads just for combining one integer.
/third_party/ffmpeg/
DLICENSE.md99 When combining them with FFmpeg, FFmpeg needs to be licensed as GPL as well by
107 When combining them with FFmpeg, use the configure option `--enable-version3` to
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_border_color_swizzle.txt23 some implementations had undefined behavior when combining a sampler that
DVK_KHR_get_surface_capabilities2.txt36 * One extension, combining a separate display-specific query extension.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_multiple_textures.txt59 Add operations allowed for texturing combining.
64 combining. This may result in higher or lower performance depending on
195 combining so there are no inherent restrictions on the formats of the
315 alpha values can override color values when doing texture combining.
/third_party/openGLES/extensions/EXT/
DEXT_multiple_textures.txt59 Add operations allowed for texturing combining.
64 combining. This may result in higher or lower performance depending on
195 combining so there are no inherent restrictions on the formats of the
315 alpha values can override color values when doing texture combining.
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.texture.sampler.txt42 have random texture parameters set. Image is then rendered combining samples
Dfunctional.texture.shadow.txt44 for all texels and combining results in same fashion as in regular
/third_party/icu/icu4c/source/test/testdata/
Dtestnorm.txt48 # D802:2 # surrogates with non-zero combining classes
/third_party/node/tools/doc/
Dalljson.mjs1 // Build all.json by combining the miscs, modules, classes, globals, and methods
/third_party/icu/docs/userguide/collation/
Dstring-search.md89 2. option 2. P matches S' and if P starts or ends with a combining mark, there
90 exists no non-ignorable combining mark before or after S' in S respectively.
98 characters that consists of a character with combining class greater than 0
99 before a character with combining class equals to 0. However, if such a
168 located if a pattern contains only combining marks and the search string
/third_party/zlib/examples/
DREADME.examples38 normalize a gzip file by combining members into a single member
/third_party/icu/icu4c/source/data/brkitr/rules/
Dline.txt106 # CAN_CM is the set of characters that may combine with CM combining chars.
107 # Note that Linebreak UAX 14's concept of a combining char and the rules
159 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru…
Dline_cj.txt107 # CAN_CM is the set of characters that may combine with CM combining chars.
108 # Note that Linebreak UAX 14's concept of a combining char and the rules
160 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru…
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/
Dline_cj.txt105 # CAN_CM is the set of characters that may combine with CM combining chars.
106 # Note that Linebreak UAX 14's concept of a combining char and the rules
158 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru…

12345678910>>...12