Searched refs:HB_UNICODE_MAX_DECOMPOSITION_LEN (Results 1 – 5 of 5) sorted by relevance
249 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose()319 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose_compatibility()340 …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()
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()
487 HB_UNICODE_MAX_DECOMPOSITION_LEN