Home
last modified time | relevance | path

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

12

/external/harfbuzz_ng/test/api/
Dtest-unicode.c789 hb_codepoint_t decomposed[HB_UNICODE_MAX_DECOMPOSITION_LEN]; in test_unicode_normalization() local
857 g_assert (hb_unicode_decompose_compatibility (uf, 0x0041, decomposed) == 0); in test_unicode_normalization()
858 g_assert (hb_unicode_decompose_compatibility (uf, 0x1F632, decomposed) == 0); in test_unicode_normalization()
861 …g_assert (hb_unicode_decompose_compatibility (uf, 0x00B5, decomposed) == 1 && decomposed[0] == 0x0… in test_unicode_normalization()
862 …g_assert (hb_unicode_decompose_compatibility (uf, 0x03D6, decomposed) == 1 && decomposed[0] == 0x0… in test_unicode_normalization()
865 …g_assert (hb_unicode_decompose_compatibility (uf, 0xFB54, decomposed) == 1 && decomposed[0] == 0x0… in test_unicode_normalization()
869 …g_assert (hb_unicode_decompose_compatibility (uf, 0xFDFA, decomposed) == 18 && decomposed[17] == 0… in test_unicode_normalization()
876 …g_assert (hb_unicode_decompose_compatibility (uf, 0x2002, decomposed) == 1 && decomposed[0] == 0x0… in test_unicode_normalization()
877 …g_assert (hb_unicode_decompose_compatibility (uf, 0x2003, decomposed) == 1 && decomposed[0] == 0x0… in test_unicode_normalization()
878 …g_assert (hb_unicode_decompose_compatibility (uf, 0x2004, decomposed) == 1 && decomposed[0] == 0x0… in test_unicode_normalization()
[all …]
/external/icu/icu4c/source/tools/gennorm2/
Dnorms.cpp241 UnicodeString *decomposed=nullptr; in rangeHandler() local
292 if(decomposed==nullptr) { in rangeHandler()
293 decomposed=new UnicodeString(m, 0, prev); in rangeHandler()
295 decomposed->append(*cNorm.mapping); in rangeHandler()
308 if(decomposed==nullptr) { in rangeHandler()
309 decomposed=new UnicodeString(m, 0, prev); in rangeHandler()
311 decomposed->append(buffer, hangulLength); in rangeHandler()
312 } else if(decomposed!=nullptr) { in rangeHandler()
313 decomposed->append(m, prev, i-prev); in rangeHandler()
316 if(decomposed!=nullptr) { in rangeHandler()
[all …]
/external/harfbuzz_ng/src/
Dhb-icu.cc225 UChar decomposed[4]; in hb_icu_unicode_decompose() local
228 len = unorm2_getRawDecomposition (normalizer, ab, decomposed, in hb_icu_unicode_decompose()
229 ARRAY_LENGTH (decomposed), &icu_err); in hb_icu_unicode_decompose()
232 len = u_countChar32 (decomposed, len); in hb_icu_unicode_decompose()
234 U16_GET_UNSAFE (decomposed, 0, *a); in hb_icu_unicode_decompose()
239 U16_NEXT_UNSAFE (decomposed, len, *a); in hb_icu_unicode_decompose()
240 U16_NEXT_UNSAFE (decomposed, len, *b); in hb_icu_unicode_decompose()
316 hb_codepoint_t *decomposed, in hb_icu_unicode_decompose_compatibility() argument
340 …u_strToUTF32 ((UChar32*) decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN, &utf32_len, normalized, len… in hb_icu_unicode_decompose_compatibility()
Dhb-unicode-private.hh93 hb_codepoint_t *decomposed) in decompose_compatibility()
95 …unsigned int ret = func.decompose_compatibility (this, u, decomposed, user_data.decompose_compatib… in decompose_compatibility()
96 if (ret == 1 && u == decomposed[0]) { in decompose_compatibility()
97 decomposed[0] = 0; in decompose_compatibility()
100 decomposed[ret] = 0; in decompose_compatibility()
Dhb-ot-shape-complex-hangul.cc339 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul() local
342 if (font->has_glyph (decomposed[0]) && in preprocess_text_hangul()
343 font->has_glyph (decomposed[1]) && in preprocess_text_hangul()
344 (!tindex || font->has_glyph (decomposed[2]))) in preprocess_text_hangul()
347 buffer->replace_glyphs (1, s_len, decomposed); in preprocess_text_hangul()
Dhb-unicode.cc105 hb_codepoint_t *decomposed HB_UNUSED, in hb_unicode_decompose_compatibility_nil()
446 hb_codepoint_t *decomposed) in hb_unicode_decompose_compatibility() argument
448 return ufuncs->decompose_compatibility (u, decomposed); in hb_unicode_decompose_compatibility()
Dhb-glib.cc339 hb_codepoint_t *decomposed, in hb_glib_unicode_decompose_compatibility() argument
343 return g_unichar_fully_decompose (u, true, decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN); in hb_glib_unicode_decompose_compatibility()
360 *decomposed++ = g_utf8_get_char (c); in hb_glib_unicode_decompose_compatibility()
Dhb-ucdn.cc228 hb_codepoint_t u, hb_codepoint_t *decomposed, in hb_ucdn_decompose_compatibility() argument
231 return ucdn_compat_decompose(u, decomposed); in hb_ucdn_decompose_compatibility()
Dhb-unicode.h269 hb_codepoint_t *decomposed,
467 hb_codepoint_t *decomposed);
Dhb-ot-shape-complex-thai.cc327 hb_codepoint_t decomposed[2] = {hb_codepoint_t (NIKHAHIT_FROM_SARA_AM (u)), in preprocess_text_thai() local
329 buffer->replace_glyphs (1, 2, decomposed); in preprocess_text_thai()
/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.h431 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
DSparseLinearSystems.dox123 …h the same sparsity pattern have to be solved, then the "compute" step can be decomposed as follow:
/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/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/cpython3/Doc/library/
Dunicodedata.rst117 each character into its decomposed form. Normal form C (NFC) first applies a
/external/python/cpython2/Doc/library/
Dunicodedata.rst114 each character into its decomposed form. Normal form C (NFC) first applies a
/external/clang/docs/
DDriverInternals.rst113 The command line argument strings are decomposed into arguments
/external/e2fsprogs/lib/et/
Dcom_err.texinfo176 the table. An error code may thus be easily decomposed into its component
/external/tensorflow/tensorflow/docs_src/performance/xla/
Doperation_semantics.md1368 However, the instruction is internally decomposed into 2 HLO instructions
1911 synchronous communication, and is internally decomposed into 2 HLO instructions
/external/llvm/docs/
DDeveloperPolicy.rst454 * The remaining inter-related work should be decomposed into unrelated sets of
/external/skia/docs/
DSkMatrix_Reference.bmh4194 Matrix could not be decomposed.
4198 to determine if Matrix can be decomposed without computing remainder.

12