Searched refs:utf8_name (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/nowide/test/ |
D | test_fs.cpp | 22 const std::string utf8_name = in test_main() local 26 boost::nowide::ofstream f(utf8_name.c_str()); in test_main() 31 TEST(boost::filesystem::is_regular_file(boost::nowide::widen(utf8_name))); in test_main() 32 TEST(boost::filesystem::is_regular_file(utf8_name)); in test_main() 34 TEST(boost::nowide::remove(utf8_name.c_str()) == 0); in test_main() 36 TEST(!boost::filesystem::is_regular_file(boost::nowide::widen(utf8_name))); in test_main() 37 TEST(!boost::filesystem::is_regular_file(utf8_name)); in test_main() 39 const boost::filesystem::path path = utf8_name; in test_main()
|
D | test_codecvt.cpp | 21 static const char* utf8_name = variable 23 static const std::wstring wide_name_str = boost::nowide::widen(utf8_name); 32 size_t u8len = std::strlen(utf8_name); in test_codecvt_in_n_m() 33 const char* from = utf8_name; in test_codecvt_in_n_m() 35 const char* real_end = utf8_name + u8len; in test_codecvt_in_n_m() 89 const char* nptr = utf8_name; in test_codecvt_out_n_m() 91 size_t u8len = std::strlen(utf8_name); in test_codecvt_out_n_m() 140 TEST(nptr == utf8_name + u8len); in test_codecvt_out_n_m() 152 const size_t utf8_len = std::strlen(utf8_name); in test_codecvt_conv()
|
/third_party/boost/libs/locale/test/ |
D | test_codecvt.cpp | 18 static char const *utf8_name = "\xf0\x9d\x92\x9e-\xD0\xBF\xD1\x80\xD0\xB8\xD0\xB2\xD0\xB5\xD1\x82-\… variable 39 int u8len = strlen(utf8_name); in test_codecvt_in_n_m() 40 char const *from = utf8_name; in test_codecvt_in_n_m() 42 char const *real_end = utf8_name + u8len; in test_codecvt_in_n_m() 96 char const *nptr = utf8_name; in test_codecvt_out_n_m() 98 int u8len = strlen(utf8_name); in test_codecvt_out_n_m() 139 TEST(nptr == utf8_name + u8len); in test_codecvt_out_n_m() 156 for(int i=1;i<=(int)strlen(utf8_name)+1;i++) { in test_codecvt_conv()
|
/third_party/glib/glib/ |
D | gdir.c | 223 gchar *utf8_name; in g_dir_read_name() local 243 utf8_name = g_utf16_to_utf8 (wentry->d_name, -1, NULL, NULL, NULL); in g_dir_read_name() 245 if (utf8_name == NULL) in g_dir_read_name() 248 strcpy (dir->utf8_buf, utf8_name); in g_dir_read_name() 249 g_free (utf8_name); in g_dir_read_name()
|
/third_party/pulseaudio/src/pulsecore/ |
D | protocol-esound.c | 381 char name[ESD_NAME_MAX], *utf8_name; in esd_proto_stream_play() local 413 utf8_name = pa_utf8_filter(name); in esd_proto_stream_play() 414 pa_client_set_name(c->client, utf8_name); in esd_proto_stream_play() 415 pa_xfree(utf8_name); in esd_proto_stream_play() 470 char name[ESD_NAME_MAX], *utf8_name; in esd_proto_stream_record() local 513 utf8_name = pa_utf8_filter(name); in esd_proto_stream_record() 514 pa_client_set_name(c->client, utf8_name); in esd_proto_stream_record() 515 pa_xfree(utf8_name); in esd_proto_stream_record()
|
/third_party/e2fsprogs/util/ |
D | mkutf8data.c | 48 const char *utf8_name = UTF8_NAME; variable 3257 printf("Writing %s\n", utf8_name); in write_file() 3258 file = fopen(utf8_name, "w"); in write_file() 3260 open_fail(utf8_name, errno); in write_file() 3345 utf8_name = optarg; in main()
|