/third_party/node/deps/npm/node_modules/wcwidth/ |
D | index.js | 4 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/ |
D | unicodedata.c | 40 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/ |
D | test_unicodedata.py | 92 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/ |
D | unicodedata.rst | 78 .. 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/ |
D | intl-objects.tq | 60 // 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/ |
D | glossary.md | 39 …cented A will decompose into an A character followed by an acute accent combining character. Canon… 52 …combining character** | A combining character is a Unicode character that graphically combines wit… 53 …combining 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/ |
D | renderpass.rst | 40 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/ |
D | 19-backport-tests-Cover-missing-validation-of-encoding.patch | 52 + // combining char U+0301 66 + // combining char U+0901
|
/third_party/icu/icu4c/source/samples/translit/ |
D | README.TXT | 90 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/ |
D | README.TXT | 91 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/ |
D | visibility.metal | 29 // This is a bit wasteful to use a WARP of multiple threads just for combining one integer.
|
/third_party/ffmpeg/ |
D | LICENSE.md | 99 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/ |
D | VK_EXT_border_color_swizzle.txt | 23 some implementations had undefined behavior when combining a sampler that
|
D | VK_KHR_get_surface_capabilities2.txt | 36 * One extension, combining a separate display-specific query extension.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_multiple_textures.txt | 59 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/ |
D | EXT_multiple_textures.txt | 59 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/ |
D | functional.texture.sampler.txt | 42 have random texture parameters set. Image is then rendered combining samples
|
D | functional.texture.shadow.txt | 44 for all texels and combining results in same fashion as in regular
|
/third_party/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 48 # D802:2 # surrogates with non-zero combining classes
|
/third_party/node/tools/doc/ |
D | alljson.mjs | 1 // Build all.json by combining the miscs, modules, classes, globals, and methods
|
/third_party/icu/docs/userguide/collation/ |
D | string-search.md | 89 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/ |
D | README.examples | 38 normalize a gzip file by combining members into a single member
|
/third_party/icu/icu4c/source/data/brkitr/rules/ |
D | line.txt | 106 # 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…
|
D | line_cj.txt | 107 # 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/ |
D | line_cj.txt | 105 # 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…
|