Searched defs:HB_UNICODE_MAX_DECOMPOSITION_LEN (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-unicode.h253 * @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 */ macro

Completed in 37 milliseconds