Home
last modified time | relevance | path

Searched refs:utf8_label (Results 1 – 15 of 15) sorted by relevance

/dports/www/netsurf/netsurf-3.10/utils/
H A Didna.c330 idna__utf8_to_ucs4(const char *utf8_label, in idna__utf8_to_ucs4() argument
343 nfc_size = utf8proc_decompose((const uint8_t *)utf8_label, len, in idna__utf8_to_ucs4()
376 char **utf8_label, in idna__ucs4_to_utf8() argument
394 *utf8_label = (char *)nfc_label; in idna__ucs4_to_utf8()
554 idna__utf8_to_ucs4(const char *utf8_label, in idna__utf8_to_ucs4() argument
577 char **utf8_label, in idna__ucs4_to_utf8() argument
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/tests/
H A Dbackend_tests.cpp127 if(service.serviceLabel.utf8_label() == serviceName) in runRadio()
131 … std::cerr << "Tune to " << service.serviceLabel.utf8_label() << " failed" << std::endl; in runRadio()
135 … std::cout << "Tune to " << service.serviceLabel.utf8_label() << " succesfully" << std::endl; in runRadio()
/dports/editors/emacs/emacs-27.2/src/
H A Dgtkutil.c1855 if (utf8_label) in create_dialog()
1856 g_free (utf8_label); in create_dialog()
2632 if (! utf8_label) utf8_label = " "; in make_menu_item()
2687 char *utf8_label; in xg_create_one_menuitem() local
2697 if (utf8_label) g_free (utf8_label); in xg_create_one_menuitem()
2813 char *utf8_label; in create_menus() local
2821 if (utf8_label) g_free (utf8_label); in create_menus()
2951 if (utf8_label) g_free (utf8_label); in xg_item_label_same_p()
3096 if (utf8_label) g_free (utf8_label); in xg_update_menubar()
3178 char *utf8_label; in xg_update_menu_item() local
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dgtkutil.c2252 if (utf8_label) in create_dialog()
3053 if (! utf8_label) utf8_label = " "; in make_menu_item()
3113 char *utf8_label; in xg_create_one_menuitem() local
3123 if (utf8_label) g_free (utf8_label); in xg_create_one_menuitem()
3271 if (utf8_label) g_free (utf8_label); in create_menus()
3396 ? utf8_label && strcmp (utf8_label, old_label) == 0 in xg_item_label_same_p()
3397 : !utf8_label); in xg_item_label_same_p()
3399 if (utf8_label) g_free (utf8_label); in xg_item_label_same_p()
3544 if (utf8_label) g_free (utf8_label); in xg_update_menubar()
3626 char *utf8_label; in xg_update_menu_item() local
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-cli/
H A Dwelle-cli.cpp194 cout << "Ensemble label: " << label.utf8_label() << endl; in onSetEnsembleLabel()
565 s.serviceLabel.utf8_label() << " "; in main()
577 string dumpFilePrefix = s.serviceLabel.utf8_label(); in main()
606 s.serviceLabel.utf8_label() << " "; in main()
621 if (s.serviceLabel.utf8_label().find(service_to_tune) != string::npos) { in main()
625 dumpFileName = s.serviceLabel.utf8_label(); in main()
H A Dtests.cpp161 cout << "Ensemble label: " << label.utf8_label() << endl; in onSetEnsembleLabel()
265 cerr << "Tune to " << s.serviceLabel.utf8_label() << " failed" << endl; in test_with_noise_iteration()
335 cerr << "Tune to " << s.serviceLabel.utf8_label() << " failed" << endl; in test_multipath()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dpc+-file-reader.c886 char *utf8_label; in parse_variable_records() local
888 utf8_label = recode_string ("UTF-8", dict_encoding, rec->label, -1); in parse_variable_records()
889 var_set_label (var, utf8_label); in parse_variable_records()
890 free (utf8_label); in parse_variable_records()
897 char *utf8_label; in parse_variable_records() local
905 utf8_label = recode_string ("UTF-8", dict_encoding, in parse_variable_records()
907 var_add_value_label (var, &value, utf8_label); in parse_variable_records()
908 free (utf8_label); in parse_variable_records()
H A Dsys-file-reader.c1458 char *utf8_label; in parse_variable_records() local
1460 utf8_label = recode_string_pool ("UTF-8", dict_encoding, in parse_variable_records()
1462 var_set_label (var, utf8_label); in parse_variable_records()
/dports/devel/libfsext/libfsext-20210721/tests/
H A Dfsext_test_volume.c1321 uint8_t utf8_label[ 512 ]; in fsext_test_volume_get_utf8_label() local
1331 utf8_label, in fsext_test_volume_get_utf8_label()
1350 utf8_label, in fsext_test_volume_get_utf8_label()
1388 utf8_label, in fsext_test_volume_get_utf8_label()
1406 utf8_label, in fsext_test_volume_get_utf8_label()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/backend/
H A Ddab-constants.h117 std::string utf8_label() const;
H A Ddab-constants.cpp124 string DabLabel::utf8_label() const in utf8_label() function in DabLabel
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/blkid/
H A Dprobe.c1524 unsigned char utf8_label[128]; in probe_exfat() local
1525 unicode_16le_to_utf8(utf8_label, sizeof(utf8_label), label->name, label->length * 2); in probe_exfat()
1526 blkid_set_tag(probe->dev, "LABEL", (char *) utf8_label, 0); in probe_exfat()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/blkid/
H A Dprobe.c1524 unsigned char utf8_label[128]; in probe_exfat() local
1525 unicode_16le_to_utf8(utf8_label, sizeof(utf8_label), label->name, label->length * 2); in probe_exfat()
1526 blkid_set_tag(probe->dev, "LABEL", (char *) utf8_label, 0); in probe_exfat()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/blkid/
H A Dprobe.c1524 unsigned char utf8_label[128]; in probe_exfat() local
1525 unicode_16le_to_utf8(utf8_label, sizeof(utf8_label), label->name, label->length * 2); in probe_exfat()
1526 blkid_set_tag(probe->dev, "LABEL", (char *) utf8_label, 0); in probe_exfat()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/
H A Dradio_controller.cpp745 QString newLabel = QString::fromStdString(label.utf8_label());
790 label = srv.serviceLabel.utf8_label();