HomeSort by relevance Sort by last modified time
    Searched refs:HB_UNICODE_MAX_DECOMPOSITION_LEN (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-icu.cc 249 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1];
319 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1];
340 u_strToUTF32 ((UChar32*) decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN, &utf32_len, normalized, len, &icu_err);
hb-glib.cc 343 return g_unichar_fully_decompose (u, true, decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN);
357 assert (utf8_decomposed_len <= HB_UNICODE_MAX_DECOMPOSITION_LEN);
hb-unicode.h 253 * @decomposed: address of codepoint array (of length %HB_UNICODE_MAX_DECOMPOSITION_LEN) to write decomposition into
261 * The Unicode standard guarantees that a buffer of length %HB_UNICODE_MAX_DECOMPOSITION_LEN codepoints will always be sufficient for any
273 #define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */
  /external/harfbuzz_ng/test/api/
test-unicode.c 789 hb_codepoint_t decomposed[HB_UNICODE_MAX_DECOMPOSITION_LEN];
868 g_assert (18 <= HB_UNICODE_MAX_DECOMPOSITION_LEN);

Completed in 901 milliseconds