/external/icu/icu4c/source/tools/gennorm2/ |
D | norms.cpp | 233 UnicodeString *decomposed=nullptr; in rangeHandler() local 284 if(decomposed==nullptr) { in rangeHandler() 285 decomposed=new UnicodeString(m, 0, prev); in rangeHandler() 287 decomposed->append(*cNorm.mapping); in rangeHandler() 300 if(decomposed==nullptr) { in rangeHandler() 301 decomposed=new UnicodeString(m, 0, prev); in rangeHandler() 303 decomposed->append(buffer, hangulLength); in rangeHandler() 304 } else if(decomposed!=nullptr) { in rangeHandler() 305 decomposed->append(m, prev, i-prev); in rangeHandler() 308 if(decomposed!=nullptr) { in rangeHandler() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-icu.cc | 215 UChar decomposed[4]; in hb_icu_unicode_decompose() local 218 len = unorm2_getRawDecomposition (normalizer, ab, decomposed, in hb_icu_unicode_decompose() 219 ARRAY_LENGTH (decomposed), &icu_err); in hb_icu_unicode_decompose() 222 len = u_countChar32 (decomposed, len); in hb_icu_unicode_decompose() 224 U16_GET_UNSAFE (decomposed, 0, *a); in hb_icu_unicode_decompose() 229 U16_NEXT_UNSAFE (decomposed, len, *a); in hb_icu_unicode_decompose() 230 U16_NEXT_UNSAFE (decomposed, len, *b); in hb_icu_unicode_decompose()
|
D | hb-unicode.hh | 90 hb_codepoint_t *decomposed) in decompose_compatibility() 92 …unsigned int ret = func.decompose_compatibility (this, u, decomposed, user_data.decompose_compatib… in decompose_compatibility() 93 if (ret == 1 && u == decomposed[0]) { in decompose_compatibility() 94 decomposed[0] = 0; in decompose_compatibility() 97 decomposed[ret] = 0; in decompose_compatibility()
|
D | hb-ot-shape-complex-hangul.cc | 337 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul() local 340 if (font->has_glyph (decomposed[0]) && in preprocess_text_hangul() 341 font->has_glyph (decomposed[1]) && in preprocess_text_hangul() 342 (!tindex || font->has_glyph (decomposed[2]))) in preprocess_text_hangul() 345 buffer->replace_glyphs (1, s_len, decomposed); in preprocess_text_hangul()
|
D | hb-deprecated.h | 133 hb_codepoint_t *decomposed, 165 hb_codepoint_t *decomposed);
|
D | hb-unicode.cc | 119 hb_codepoint_t *decomposed HB_UNUSED, in hb_unicode_decompose_compatibility_nil() 444 hb_codepoint_t *decomposed) in hb_unicode_decompose_compatibility() argument 446 return ufuncs->decompose_compatibility (u, decomposed); in hb_unicode_decompose_compatibility()
|
/external/cldr/tools/java/org/unicode/cldr/posix/ |
D | POSIX_LCCollate.java | 244 String decomposed = Normalizer.decompose(string, false); in showLine() local 245 if (decomposed.length() > 1) { in showLine() 247 result.append(POSIXUtilities.POSIXCharName(decomposed)); in showLine()
|
/external/harfbuzz_ng/src/hb-ucdn/ |
D | ucdn.c | 346 int ucdn_compat_decompose(uint32_t code, uint32_t *decomposed) in ucdn_compat_decompose() argument 357 decomposed[i] = decode_utf16(&rec); in ucdn_compat_decompose()
|
D | ucdn.h | 441 int ucdn_compat_decompose(uint32_t code, uint32_t *decomposed);
|
/external/eigen/doc/ |
D | ClassHierarchy.dox | 34 …added, matrix-multiplied, LU-decomposed, QR-decomposed... All matrix expression classes, including
|
/external/catch2/docs/ |
D | assertions.md | 38 (these forms exist as a workaround for the fact that ! prefixed expressions cannot be decomposed). 45 Do note that "overly complex" expressions cannot be decomposed and thus will not compile. This is d…
|
D | why-catch.md | 21 …C++ operators are used for the comparison - yet the full expression is decomposed and lhs and rhs …
|
/external/icu/icu4c/source/data/translit/ |
D | sat_Olck_sat_FONIPA.txt | 46 # Some online texts use a decomposed form of U+1C7A MU-GAAHLAA TTUDDAG.
|
D | und_FONIPA_und_FONXSAMP.txt | 156 c\u0327 ↔ C; # LATIN SMALL LETTER C WITH CEDILLA (decomposed)
|
/external/llvm/test/Transforms/InstCombine/ |
D | select-extractelement.ll | 73 ; All the vector selects should be decomposed into scalar selects
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | projects.md | 81 We delete the placeholder when all its work has been decomposed into
|
/external/deqp-deps/SPIRV-Tools/ |
D | projects.md | 81 We delete the placeholder when all its work has been decomposed into
|
/external/freetype/docs/ |
D | raster.txt | 449 decomposed into two sub-arcs, which are themselves Bézier arcs. 454 For instance, the following arc P1P2P3 can be decomposed into 495 We have then decomposed a non-y-monotonic Bézier curve into two
|
/external/python/cpython2/Doc/library/ |
D | unicodedata.rst | 114 each character into its decomposed form. Normal form C (NFC) first applies a
|
/external/python/cpython3/Doc/library/ |
D | unicodedata.rst | 117 each character into its decomposed form. Normal form C (NFC) first applies a
|
D | urllib.parse.rst | 130 decomposed before parsing, no error will be raised. 272 decomposed before parsing, no error will be raised.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | select-extractelement.ll | 99 ; The vector selects are not decomposed into scalar selects because that would increase
|
/external/skia/docs/ |
D | spelling.txt | 54 decomposed decomposes decomposing decrease decreased decreases decreasing decrements default
|
/external/skqp/docs/ |
D | spelling.txt | 54 decomposed decomposes decomposing decrease decreased decreases decreasing decrements default
|
/external/clang/docs/ |
D | DriverInternals.rst | 113 The command line argument strings are decomposed into arguments
|