Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dhb-subset.cc350 parse_unicodes (const char *name G_GNUC_UNUSED, in parse_unicodes() function
887 {"unicodes", 'u', 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_unicodes, in add_options()
896 …{"unicodes-", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, (gpointer) &parse_unicodes, "Specify… in add_options()
897 …{"unicodes+", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, (gpointer) &parse_unicodes, "Specify… in add_options()
899 …{"unicodes-file", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_file_for<parse_unicodes>,"Specify… in add_options()
Dtext-options.hh163 parse_unicodes (const char *name G_GNUC_UNUSED, in parse_unicodes() function
339 …{"unicodes", 'u', 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_unicodes, "Set input Unicode co… in add_options()
/external/fonttools/Lib/fontTools/subset/
D__init__.py3546 def parse_unicodes(s): function
3655 unicodes.extend(parse_unicodes(g[11:]))
3660 unicodes.extend(parse_unicodes(line.split("#")[0]))