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

/external/harfbuzz_ng/util/
H A Dhelper-cairo.hh54 unsigned int utf8_len; member in struct:helper_cairo_line_t
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini-win32.c38 int utf8_len = WideCharToMultiByte(CP_UTF8, // CodePage local
46 if (utf8_len == 0)
49 char* result = g_malloc(utf8_len + 1);
52 result, utf8_len, NULL, NULL);
53 result[utf8_len] = '\0';
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-glib.cc350 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);
/external/harfbuzz_ng/src/
H A Dhb-glib.cc350 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 783 milliseconds