Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dmain-font-text.hh35 locale_to_utf8 (char *s) in locale_to_utf8() function
81 … if (argc && !font_opts.font_file) font_opts.font_file = locale_to_utf8 (argv[0]), argc--, argv++; in main()
82 …if (argc && !input.text && !input.text_file) input.text = locale_to_utf8 (argv[0]), argc--, argv++; in main()