/external/libvterm/src/ |
D | unicode.c | 79 static const struct interval combining[] = { variable 194 if (bisearch(ucs, combining, in mk_wcwidth() 195 sizeof(combining) / sizeof(struct interval) - 1)) in mk_wcwidth() 331 return bisearch(codepoint, combining, sizeof(combining) / sizeof(struct interval) - 1); in vterm_unicode_is_combining()
|
/external/harfbuzz_ng/src/hb-ucdn/ |
D | ucdn.c | 23 unsigned char combining; member 174 return get_ucd_record(code)->combining; in ucdn_get_combining_class()
|
/external/icu/icu4c/source/data/brkitr/ |
D | line_normal_fi.txt | 35 # which says to treat any combining mark that is not attached to a base 160 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 192 # CAN_CM is the set of characters that may combine with CM combining chars. 193 # Note that Linebreak UAX 14's concept of a combining char and the rules 247 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru… 331 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 504 # Stick together any combining sequences that don't match other rules.
|
D | line_normal.txt | 35 # which says to treat any combining mark that is not attached to a base 158 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 189 # CAN_CM is the set of characters that may combine with CM combining chars. 190 # Note that Linebreak UAX 14's concept of a combining char and the rules 244 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru… 328 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 497 # Stick together any combining sequences that don't match other rules.
|
D | line.txt | 32 # which says to treat any combining mark that is not attached to a base 155 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 186 # CAN_CM is the set of characters that may combine with CM combining chars. 187 # Note that Linebreak UAX 14's concept of a combining char and the rules 241 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru… 325 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 494 # Stick together any combining sequences that don't match other rules.
|
D | line_fi.txt | 34 # which says to treat any combining mark that is not attached to a base 159 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 191 # CAN_CM is the set of characters that may combine with CM combining chars. 192 # Note that Linebreak UAX 14's concept of a combining char and the rules 246 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru… 330 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 503 # Stick together any combining sequences that don't match other rules.
|
D | line_loose.txt | 38 # which says to treat any combining mark that is not attached to a base 163 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 195 # CAN_CM is the set of characters that may combine with CM combining chars. 196 # Note that Linebreak UAX 14's concept of a combining char and the rules 250 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru… 336 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 507 # Stick together any combining sequences that don't match other rules.
|
D | line_normal_cj.txt | 36 # which says to treat any combining mark that is not attached to a base 163 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 196 # CAN_CM is the set of characters that may combine with CM combining chars. 197 # Note that Linebreak UAX 14's concept of a combining char and the rules 251 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru… 337 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 509 # Stick together any combining sequences that don't match other rules.
|
D | line_loose_fi.txt | 36 # which says to treat any combining mark that is not attached to a base 163 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 196 # CAN_CM is the set of characters that may combine with CM combining chars. 197 # Note that Linebreak UAX 14's concept of a combining char and the rules 251 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru… 337 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 512 # Stick together any combining sequences that don't match other rules.
|
D | line_loose_cj.txt | 45 # which says to treat any combining mark that is not attached to a base 178 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 214 # CAN_CM is the set of characters that may combine with CM combining chars. 215 # Note that Linebreak UAX 14's concept of a combining char and the rules 269 $CAN_CM $CM+; # Stick together any combining sequences that don't match other ru… 356 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 535 # Stick together any combining sequences that don't match other rules.
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 5 ; This regression test helps check whether the instruction combining
|
D | 2008-11-08-FCmp.ll | 4 ; When inst combining an FCMP with the LHS coming from a uitofp instruction, we
|
/external/icu/icu4c/source/samples/translit/ |
D | README.TXT | 88 to convert each character to a sequence of base and combining 90 Then discard the combining characters (the accents etc.) leaving the
|
/external/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 45 D802:2 # surrogates with non-zero combining classes
|
/external/deqp/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
|
/external/llvm/test/CodeGen/ARM/ |
D | swift-vldm.ll | 5 ; micro-ops on swift and so aren't worth combining.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | dag-combine-01.ll | 1 ; Test that MergeConsecutiveStores() does not during DAG combining
|
/external/opencv3/doc/py_tutorials/py_setup/py_intro/ |
D | py_intro.markdown | 18 OpenCV-Python is the Python API for OpenCV, combining the best qualities of the OpenCV C++ API and
|
/external/llvm/test/Transforms/JumpThreading/ |
D | select.ll | 10 ; Mostly theoretical since instruction combining simplifies all selects of
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/ |
D | sobel_derivatives.markdown | 75 combining both results above:
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | CompositionExclusions.txt | 193 # Note that a "Starter" is any character with a zero combining class.
|
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/ |
D | request.rst | 169 A dictionary-like object combining the variables GET and POST.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | CompositionExclusions.txt | 193 # Note that a "Starter" is any character with a zero combining class.
|
/external/clang/docs/ |
D | SafeStack.rst | 84 A complete protection against control-flow hijack attacks requires combining
|