Home
last modified time | relevance | path

Searched refs:utf16 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dutf.cpp9 auto utf16 = QString::fromUtf8(utf8.data(), utf8.length()); in convert() local
13 return std::u16string(reinterpret_cast<const char16_t*>(utf16.utf16()), utf16.length()); in convert()
H A Dbidi.cpp48 auto utf16 = impl->string.mid(static_cast<int32_t>(start), static_cast<int32_t>(end - start)); in getLine() local
49 return std::u16string(reinterpret_cast<const char16_t*>(utf16.utf16()), utf16.length()); in getLine()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A D10_utf16.patch13 diff -urNad libid3tag-0.15.1b/utf16.c /tmp/dpep.tKvO7a/libid3tag-0.15.1b/utf16.c
14 --- libid3tag-0.15.1b/utf16.c 2006-01-13 15:26:29.000000000 +0100
15 +++ /tmp/dpep.tKvO7a/libid3tag-0.15.1b/utf16.c 2006-01-13 15:27:19.000000000 +0100
18 free(utf16);
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0010-xnu-Fix-double-free-in-grub_xnu_devprop_add_property.patch9 grub_xnu_devprop_add_property() should not free utf8 and utf16 as it get
32 - prop->name16 = utf16;
49 + prop->name16 = utf16;
H A D0005-calloc-Use-calloc-at-most-places.patch639 - utf16 = grub_malloc (utf16len * sizeof (utf16[0]));
640 + utf16 = grub_calloc (utf16len, sizeof (utf16[0]));
641 if (!utf16)
648 - utf16 = grub_malloc (utf16len * sizeof (utf16[0]));
649 + utf16 = grub_calloc (utf16len, sizeof (utf16[0]));
650 if (!utf16)
1033 - utf16 = grub_malloc (sizeof (grub_uint16_t) * len);
1034 + utf16 = grub_calloc (len, sizeof (grub_uint16_t));
1035 if (!utf16)
1039 grub_uint16_t *utf16;
[all …]
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch696 utf16[i] = (raw[2 * i + 1] << 8) | raw[2*i + 2];
710 *grub_utf16_to_utf8 ((grub_uint8_t *) outbuf, utf16, utf16len) = '\0';
713 grub_free (utf16);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyindecoderservice.cpp230 int predictNum = int(im_get_predicts(history.utf16(), predictItems)); in predictionList()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Defi.c924 efi_char16_t *utf16, name_utf16[32]; in efi_uart_console_only() local
931 utf16 = name_utf16; in efi_uart_console_only()
934 *utf16++ = *s++ & 0x7f; in efi_uart_console_only()
935 *utf16 = 0; in efi_uart_console_only()
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dshfl_hostintf.h72 u16 utf16[1]; member