Searched refs:HB_UNICODE_MAX_DECOMPOSITION_LEN (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-icu.cc | 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()
|
D | hb-glib.cc | 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()
|
D | hb-ot-shape-normalize.cc | 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()
|
D | hb-unicode.h | 273 #define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */ macro
|
/external/harfbuzz_ng/src/ |
D | hb-icu.cc | 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()
|
D | hb-glib.cc | 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()
|
D | hb-ot-shape-normalize.cc | 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()
|
D | hb-unicode.h | 273 #define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */ macro
|
/external/harfbuzz_ng/docs/reference/ |
D | harfbuzz-sections.txt | 444 HB_UNICODE_MAX_DECOMPOSITION_LEN
|
/external/harfbuzz_ng/test/api/ |
D | test-unicode.c | 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()
|