OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_UNICODE_MAX_DECOMPOSITION_LEN
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-icu.cc
248
UChar utf16[2], normalized[2 *
HB_UNICODE_MAX_DECOMPOSITION_LEN
+ 1];
318
UChar utf16[2], normalized[2 *
HB_UNICODE_MAX_DECOMPOSITION_LEN
+ 1];
339
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 */
hb-ot-shape-normalize.cc
179
hb_codepoint_t decomposed[
HB_UNICODE_MAX_DECOMPOSITION_LEN
];
180
hb_codepoint_t glyphs[
HB_UNICODE_MAX_DECOMPOSITION_LEN
];
/external/harfbuzz_ng/src/
hb-icu.cc
248
UChar utf16[2], normalized[2 *
HB_UNICODE_MAX_DECOMPOSITION_LEN
+ 1];
318
UChar utf16[2], normalized[2 *
HB_UNICODE_MAX_DECOMPOSITION_LEN
+ 1];
339
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 */
hb-ot-shape-normalize.cc
177
hb_codepoint_t decomposed[
HB_UNICODE_MAX_DECOMPOSITION_LEN
];
178
hb_codepoint_t glyphs[
HB_UNICODE_MAX_DECOMPOSITION_LEN
];
/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 42 milliseconds