Home
last modified time | relevance | path

Searched refs:utf8_string (Results 1 – 6 of 6) 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 Dinfo.hpp36 , utf8_string
43 explicit info(utf8_string const& tag_) in info()
47 info(utf8_string const& tag_, T const& value_) in info()
50 info(utf8_string const& tag_, char value_) in info()
51 : tag(tag_), value(utf8_string(1, value_)) {} in info()
53 info(utf8_string const& tag_, wchar_t value_) in info()
56 info(utf8_string const& tag_, ucs4_char value_) in info()
60 info(utf8_string const& tag_, Char const* str) in info()
64 info(utf8_string const& tag_ in info()
68 utf8_string tag;
[all …]
H A Dutf8.hpp25 typedef std::basic_string<utf8_char> utf8_string; typedef
28 inline utf8_string to_utf8(Char value) in to_utf8()
31 utf8_string result; in to_utf8()
32 typedef std::back_insert_iterator<utf8_string> insert_iter; in to_utf8()
41 inline utf8_string to_utf8(Char const* str) in to_utf8()
44 utf8_string result; in to_utf8()
45 typedef std::back_insert_iterator<utf8_string> insert_iter; in to_utf8()
55 inline utf8_string
59 utf8_string result; in to_utf8()
60 typedef std::back_insert_iterator<utf8_string> insert_iter; in to_utf8()
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/
H A Djni_helper.c20 const char* utf8_string = (*env)->GetStringUTFChars(env, string, NULL); in write_jstring() local
21 write_internal_string(utf8_string); in write_jstring()
23 (*env)->ReleaseStringUTFChars(env, string, utf8_string); in write_jstring()
48 static void set_string_member_helper(JNIEnv* env, jobject helper, const char* utf8_string) in set_string_member_helper() argument
51 jstring string = (*env)->NewStringUTF(env, utf8_string); in set_string_member_helper()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2022-0530.patch24 @@ -2605,6 +2605,8 @@ char *utf8_to_local_string(utf8_string, escape_all)
27 zwchar *wide = utf8_to_wide_string(utf8_string);
/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A Dx-selection.h50 Atom primary, clipboard, text, utf8_string, string, targets, multiple, member
H A Dx-selection.m250 else if (a == atoms->utf8_string) {
273 return atoms->utf8_string;
612 list[count] = atoms->utf8_string;
990 else if (e->target == atoms->utf8_string) {
1338 else if (type == atoms->utf8_string) {
1484 atoms->utf8_string = XInternAtom(xpbproxy_dpy, "UTF8_STRING", False);