Home
last modified time | relevance | path

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

12345

/external/libvterm/src/
Dunicode.c79 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/
Ducdn.c23 unsigned char combining; member
174 return get_ucd_record(code)->combining; in ucdn_get_combining_class()
/external/icu/icu4c/source/data/brkitr/
Dline_normal_fi.txt35 # 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.
Dline_normal.txt35 # 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.
Dline.txt32 # 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.
Dline_fi.txt34 # 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.
Dline_loose.txt38 # 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.
Dline_normal_cj.txt36 # 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.
Dline_loose_fi.txt36 # 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.
Dline_loose_cj.txt45 # 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/
D2003-07-21-ExternalConstant.ll5 ; This regression test helps check whether the instruction combining
D2008-11-08-FCmp.ll4 ; When inst combining an FCMP with the LHS coming from a uitofp instruction, we
/external/icu/icu4c/source/samples/translit/
DREADME.TXT88 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/
Dtestnorm.txt45 D802:2 # surrogates with non-zero combining classes
/external/deqp/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
/external/llvm/test/CodeGen/ARM/
Dswift-vldm.ll5 ; micro-ops on swift and so aren't worth combining.
/external/llvm/test/CodeGen/SystemZ/
Ddag-combine-01.ll1 ; Test that MergeConsecutiveStores() does not during DAG combining
/external/opencv3/doc/py_tutorials/py_setup/py_intro/
Dpy_intro.markdown18 OpenCV-Python is the Python API for OpenCV, combining the best qualities of the OpenCV C++ API and
/external/llvm/test/Transforms/JumpThreading/
Dselect.ll10 ; Mostly theoretical since instruction combining simplifies all selects of
/external/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/
Dsobel_derivatives.markdown75 combining both results above:
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DCompositionExclusions.txt193 # Note that a "Starter" is any character with a zero combining class.
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Drequest.rst169 A dictionary-like object combining the variables GET and POST.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DCompositionExclusions.txt193 # Note that a "Starter" is any character with a zero combining class.
/external/clang/docs/
DSafeStack.rst84 A complete protection against control-flow hijack attacks requires combining

12345