Searched refs:to_utf8 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | utf8.hpp | 28 inline utf8_string to_utf8(Char value) in to_utf8() function 41 inline utf8_string to_utf8(Char const* str) in to_utf8() function 56 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
|
| H A D | info.hpp | 54 : tag(tag_), value(to_utf8(value_)) {} in info() 57 : tag(tag_), value(to_utf8(value_)) {} in info() 61 : tag(tag_), value(to_utf8(str)) {} in info() 66 : tag(tag_), value(to_utf8(str)) {} in info()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | keyboard.c | 286 to_utf8(struct tty_port *port, ushort c) in to_utf8() function 352 to_utf8(kbd->port, keysym); in kbd_keycode()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | keyboard.c | 341 static void to_utf8(struct vc_data *vc, uint c) in to_utf8() function 432 to_utf8(vc, d); in handle_diacr() 449 to_utf8(vc, diacr); in fn_enter() 663 to_utf8(vc, value); in k_unicode() 860 to_utf8(vc, npadch_value); in k_shift()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/ |
| H A D | char.hpp | 222 boost::get<std::string>(result.value) += to_utf8(char_encoding::toucs4(to)); in what() 260 boost::get<std::string>(result.value) += to_utf8(char_encoding::toucs4(to_lo)); in what()
|