Searched refs:parse_file_for (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/util/ |
D | hb-subset.cc | 757 parse_file_for (const char *name, in parse_file_for() function 873 …{"gids-file", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_file_for<parse_gids>, "Specify file t… in add_options() 879 …{"glyphs-file", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_file_for<parse_glyphs>, "Specify fi… in add_options() 886 …{"text-file", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_file_for<parse_text, false>,"Specify … in add_options() 899 …{"unicodes-file", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_file_for<parse_unicodes>,"Specify… in add_options()
|