Home
last modified time | relevance | path

Searched refs:decomposed (Results 1 – 25 of 44) sorted by relevance

12

/external/icu/icu4c/source/tools/gennorm2/
Dnorms.cpp233 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/
Dhb-icu.cc215 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()
Dhb-unicode.hh90 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()
Dhb-ot-shape-complex-hangul.cc337 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()
Dhb-deprecated.h133 hb_codepoint_t *decomposed,
165 hb_codepoint_t *decomposed);
Dhb-unicode.cc119 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/
DPOSIX_LCCollate.java244 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/
Ducdn.c346 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()
Ducdn.h441 int ucdn_compat_decompose(uint32_t code, uint32_t *decomposed);
/external/eigen/doc/
DClassHierarchy.dox34 …added, matrix-multiplied, LU-decomposed, QR-decomposed... All matrix expression classes, including
/external/catch2/docs/
Dassertions.md38 (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…
Dwhy-catch.md21 …C++ operators are used for the comparison - yet the full expression is decomposed and lhs and rhs …
/external/icu/icu4c/source/data/translit/
Dsat_Olck_sat_FONIPA.txt46 # Some online texts use a decomposed form of U+1C7A MU-GAAHLAA TTUDDAG.
Dund_FONIPA_und_FONXSAMP.txt156 c\u0327 ↔ C; # LATIN SMALL LETTER C WITH CEDILLA (decomposed)
/external/llvm/test/Transforms/InstCombine/
Dselect-extractelement.ll73 ; All the vector selects should be decomposed into scalar selects
/external/swiftshader/third_party/SPIRV-Tools/
Dprojects.md81 We delete the placeholder when all its work has been decomposed into
/external/deqp-deps/SPIRV-Tools/
Dprojects.md81 We delete the placeholder when all its work has been decomposed into
/external/freetype/docs/
Draster.txt449 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/
Dunicodedata.rst114 each character into its decomposed form. Normal form C (NFC) first applies a
/external/python/cpython3/Doc/library/
Dunicodedata.rst117 each character into its decomposed form. Normal form C (NFC) first applies a
Durllib.parse.rst130 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/
Dselect-extractelement.ll99 ; The vector selects are not decomposed into scalar selects because that would increase
/external/skia/docs/
Dspelling.txt54 decomposed decomposes decomposing decrease decreased decreases decreasing decrements default
/external/skqp/docs/
Dspelling.txt54 decomposed decomposes decomposing decrease decreased decreases decreasing decrements default
/external/clang/docs/
DDriverInternals.rst113 The command line argument strings are decomposed into arguments

12