Searched refs:HB_UNICODE_MAX_DECOMPOSITION_LEN (Results 1 – 6 of 6) sorted by relevance
248 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose()318 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose_compatibility()339 …u_strToUTF32 ((UChar32*) decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN, &utf32_len, normalized, len… in hb_icu_unicode_decompose_compatibility()
343 return g_unichar_fully_decompose (u, true, decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN); in hb_glib_unicode_decompose_compatibility()357 assert (utf8_decomposed_len <= HB_UNICODE_MAX_DECOMPOSITION_LEN); in hb_glib_unicode_decompose_compatibility()
179 hb_codepoint_t decomposed[HB_UNICODE_MAX_DECOMPOSITION_LEN]; in decompose_compatibility()180 hb_codepoint_t glyphs[HB_UNICODE_MAX_DECOMPOSITION_LEN]; in decompose_compatibility()
273 #define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */ macro
789 hb_codepoint_t decomposed[HB_UNICODE_MAX_DECOMPOSITION_LEN]; in test_unicode_normalization()868 g_assert (18 <= HB_UNICODE_MAX_DECOMPOSITION_LEN); in test_unicode_normalization()
444 HB_UNICODE_MAX_DECOMPOSITION_LEN