OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utf8_len
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/util/
helper-cairo.hh
57
unsigned int
utf8_len
;
member in struct:helper_cairo_line_t
view-cairo.cc
122
l.utf8, l.
utf8_len
,
helper-cairo.cc
462
l->
utf8_len
= text_len;
471
(l->
utf8_len
&& !l->utf8) ||
/external/harfbuzz_ng/src/
hb-glib.cc
350
gsize
utf8_len
, utf8_decomposed_len, i;
local
353
utf8_len
= g_unichar_to_utf8 (u, utf8);
354
utf8_decomposed = g_utf8_normalize (utf8,
utf8_len
, G_NORMALIZE_NFKD);
Completed in 268 milliseconds