/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-om-parser.h | 71 enum CREncoding a_enc, 76 enum CREncoding a_enc, 81 enum CREncoding a_enc, 87 enum CREncoding a_enc,
|
D | cr-enc-handler.c | 96 cr_enc_handler_get_instance (enum CREncoding a_enc) in cr_enc_handler_get_instance() argument 101 if (gv_default_enc_handlers[i].encoding == a_enc) { in cr_enc_handler_get_instance() 122 enum CREncoding *a_enc) in cr_enc_handler_resolve_enc_alias() argument 134 *a_enc = gv_default_aliases[i].encoding; in cr_enc_handler_resolve_enc_alias()
|
D | cr-parser.h | 69 enum CREncoding a_enc, 73 enum CREncoding a_enc) ; 101 enum CREncoding a_enc) ; 104 gulong a_len, enum CREncoding a_enc) ;
|
D | cr-enc-handler.h | 88 cr_enc_handler_get_instance (enum CREncoding a_enc) ; 92 enum CREncoding *a_enc) ;
|
D | cr-declaration.h | 94 enum CREncoding a_enc) ; 97 enum CREncoding a_enc) ;
|
D | cr-tknzr.h | 68 enum CREncoding a_enc) ; 71 enum CREncoding a_enc,
|
D | cr-om-parser.c | 866 enum CREncoding a_enc, CRStyleSheet ** a_result) in cr_om_parser_parse_buf() argument 878 a_buf, a_len, a_enc); in cr_om_parser_parse_buf() 914 enum CREncoding a_enc, in cr_om_parser_simply_parse_buf() argument 928 a_enc, a_result); in cr_om_parser_simply_parse_buf() 955 enum CREncoding a_enc, CRStyleSheet ** a_result) in cr_om_parser_parse_file() argument 964 (a_file_uri, a_enc); in cr_om_parser_parse_file() 968 a_file_uri, a_enc); in cr_om_parser_parse_file() 1004 enum CREncoding a_enc, in cr_om_parser_simply_parse_file() argument 1018 a_enc, a_result); in cr_om_parser_simply_parse_file()
|
D | cr-input.h | 75 enum CREncoding a_enc, gboolean a_free_buf) ; 78 enum CREncoding a_enc) ;
|
D | cr-input.c | 142 enum CREncoding a_enc, in cr_input_new_from_buf() argument 156 if (a_enc != CR_UTF_8) { in cr_input_new_from_buf() 157 enc_handler = cr_enc_handler_get_instance (a_enc); in cr_input_new_from_buf() 207 cr_input_new_from_uri (const gchar * a_file_uri, enum CREncoding a_enc) in cr_input_new_from_uri() argument 262 result = cr_input_new_from_buf (buf, len, a_enc, TRUE); in cr_input_new_from_uri()
|
D | cr-selector.c | 64 cr_selector_parse_from_buf (const guchar * a_char_buf, enum CREncoding a_enc) in cr_selector_parse_from_buf() argument 71 a_enc, FALSE); in cr_selector_parse_from_buf()
|
D | cr-declaration.c | 129 const guchar * a_str, enum CREncoding a_enc) in cr_declaration_parse_from_buf() argument 143 … parser = cr_parser_new_from_buf ((guchar*)a_str, strlen ((const char *) a_str), a_enc, FALSE); in cr_declaration_parse_from_buf() 193 enum CREncoding a_enc) in cr_declaration_parse_list_from_buf() argument 207 … parser = cr_parser_new_from_buf ((guchar*)a_str, strlen ((const char *) a_str), a_enc, FALSE); in cr_declaration_parse_list_from_buf()
|
D | cr-selector.h | 84 enum CREncoding a_enc) ;
|
D | cr-statement.h | 259 enum CREncoding a_enc) ; 277 enum CREncoding a_enc) ;
|
D | cr-rgb.h | 67 enum CREncoding a_enc);
|
D | cr-rgb.c | 659 enum CREncoding a_enc) in cr_rgb_parse_from_buf() argument 668 parser = cr_parser_new_from_buf ((guchar *) a_str, strlen ((const char *) a_str), a_enc, FALSE); in cr_rgb_parse_from_buf()
|
D | cr-parser.c | 2796 enum CREncoding a_enc, in cr_parser_new_from_buf() argument 2804 input = cr_input_new_from_buf (a_buf, a_len, a_enc, a_free_buf); in cr_parser_new_from_buf() 2847 cr_parser_new_from_file (const guchar * a_file_uri, enum CREncoding a_enc) in cr_parser_new_from_file() argument 2852 tokenizer = cr_tknzr_new_from_uri (a_file_uri, a_enc); in cr_parser_new_from_file() 2988 const guchar * a_file_uri, enum CREncoding a_enc) in cr_parser_parse_file() argument 2996 tknzr = cr_tknzr_new_from_uri (a_file_uri, a_enc); in cr_parser_parse_file() 4479 gulong a_len, enum CREncoding a_enc) in cr_parser_parse_buf() argument 4487 tknzr = cr_tknzr_new_from_buf ((guchar*)a_buf, a_len, a_enc, FALSE); in cr_parser_parse_buf()
|
D | cr-statement.c | 1059 enum CREncoding a_enc) in cr_statement_ruleset_parse_from_buf() argument 1070 a_enc, FALSE); in cr_statement_ruleset_parse_from_buf() 1198 enum CREncoding a_enc) in cr_statement_at_media_rule_parse_from_buf() argument 1207 a_enc, FALSE); in cr_statement_at_media_rule_parse_from_buf()
|
D | cr-tknzr.c | 1639 enum CREncoding a_enc, in cr_tknzr_new_from_buf() argument 1645 input = cr_input_new_from_buf (a_buf, a_len, a_enc, in cr_tknzr_new_from_buf() 1657 enum CREncoding a_enc) in cr_tknzr_new_from_uri() argument 1662 input = cr_input_new_from_uri ((const gchar *) a_file_uri, a_enc); in cr_tknzr_new_from_uri()
|