Searched refs:a_enc (Results 26 - 34 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-input.c121 *@a_enc: the buffer's encoding.
132 enum CREncoding a_enc,
146 if (a_enc != CR_UTF_8) {
147 enc_handler = cr_enc_handler_get_instance (a_enc);
186 *@a_enc: the encoding of the file *to create the input from.
197 cr_input_new_from_uri (const gchar * a_file_uri, enum CREncoding a_enc) argument
252 result = cr_input_new_from_buf (buf, len, a_enc, TRUE);
130 cr_input_new_from_buf(guchar * a_buf, gulong a_len, enum CREncoding a_enc, gboolean a_free_buf) argument
H A Dcr-declaration.c107 *@a_enc: the encoding of a_str.
115 const guchar * a_str, enum CREncoding a_enc)
129 parser = cr_parser_new_from_buf ((guchar*)a_str, strlen (a_str), a_enc, FALSE);
172 *@a_enc: the encoding of a_str
179 enum CREncoding a_enc)
193 parser = cr_parser_new_from_buf ((guchar*)a_str, strlen (a_str), a_enc, FALSE);
114 cr_declaration_parse_from_buf(CRStatement * a_statement, const guchar * a_str, enum CREncoding a_enc) argument
178 cr_declaration_parse_list_from_buf(const guchar * a_str, enum CREncoding a_enc) argument
H A Dcr-rgb.c631 *@a_enc: the encoding of a_str
639 enum CREncoding a_enc)
649 a_enc, FALSE) ;
638 cr_rgb_parse_from_buf(const guchar *a_str, enum CREncoding a_enc) argument
H A Dcr-parser.c2774 *@a_enc: the encoding of the input buffer a_buf.
2787 enum CREncoding a_enc,
2795 input = cr_input_new_from_buf (a_buf, a_len, a_enc, a_free_buf);
2833 * @a_enc: the file encoding to use.
2838 cr_parser_new_from_file (const guchar * a_file_uri, enum CREncoding a_enc) argument
2843 tokenizer = cr_tknzr_new_from_uri (a_file_uri, a_enc);
2970 *@a_enc: the encoding of the file to parse.
2979 const guchar * a_file_uri, enum CREncoding a_enc)
2987 tknzr = cr_tknzr_new_from_uri (a_file_uri, a_enc);
4458 *@a_enc
2785 cr_parser_new_from_buf(guchar * a_buf, gulong a_len, enum CREncoding a_enc, gboolean a_free_buf) argument
2978 cr_parser_parse_file(CRParser * a_this, const guchar * a_file_uri, enum CREncoding a_enc) argument
4465 cr_parser_parse_buf(CRParser * a_this, const guchar * a_buf, gulong a_len, enum CREncoding a_enc) argument
[all...]
H A Dcr-statement.c1037 *@a_enc: the character encoding of a_buf.
1047 enum CREncoding a_enc)
1058 a_enc, FALSE);
1176 *@a_enc: the encoding of the buffer.
1186 enum CREncoding a_enc)
1195 a_enc, FALSE);
1046 cr_statement_ruleset_parse_from_buf(const guchar * a_buf, enum CREncoding a_enc) argument
1185 cr_statement_at_media_rule_parse_from_buf(const guchar * a_buf, enum CREncoding a_enc) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-declaration.c107 *@a_enc: the encoding of a_str.
115 const guchar * a_str, enum CREncoding a_enc)
129 parser = cr_parser_new_from_buf ((guchar*)a_str, strlen (a_str), a_enc, FALSE);
172 *@a_enc: the encoding of a_str
179 enum CREncoding a_enc)
193 parser = cr_parser_new_from_buf ((guchar*)a_str, strlen (a_str), a_enc, FALSE);
114 cr_declaration_parse_from_buf(CRStatement * a_statement, const guchar * a_str, enum CREncoding a_enc) argument
178 cr_declaration_parse_list_from_buf(const guchar * a_str, enum CREncoding a_enc) argument
H A Dcr-rgb.c631 *@a_enc: the encoding of a_str
639 enum CREncoding a_enc)
649 a_enc, FALSE) ;
638 cr_rgb_parse_from_buf(const guchar *a_str, enum CREncoding a_enc) argument
H A Dcr-parser.c2774 *@a_enc: the encoding of the input buffer a_buf.
2787 enum CREncoding a_enc,
2795 input = cr_input_new_from_buf (a_buf, a_len, a_enc, a_free_buf);
2833 * @a_enc: the file encoding to use.
2838 cr_parser_new_from_file (const guchar * a_file_uri, enum CREncoding a_enc) argument
2843 tokenizer = cr_tknzr_new_from_uri (a_file_uri, a_enc);
2970 *@a_enc: the encoding of the file to parse.
2979 const guchar * a_file_uri, enum CREncoding a_enc)
2987 tknzr = cr_tknzr_new_from_uri (a_file_uri, a_enc);
4458 *@a_enc
2785 cr_parser_new_from_buf(guchar * a_buf, gulong a_len, enum CREncoding a_enc, gboolean a_free_buf) argument
2978 cr_parser_parse_file(CRParser * a_this, const guchar * a_file_uri, enum CREncoding a_enc) argument
4465 cr_parser_parse_buf(CRParser * a_this, const guchar * a_buf, gulong a_len, enum CREncoding a_enc) argument
[all...]
H A Dcr-statement.c1037 *@a_enc: the character encoding of a_buf.
1047 enum CREncoding a_enc)
1058 a_enc, FALSE);
1176 *@a_enc: the encoding of the buffer.
1186 enum CREncoding a_enc)
1195 a_enc, FALSE);
1046 cr_statement_ruleset_parse_from_buf(const guchar * a_buf, enum CREncoding a_enc) argument
1185 cr_statement_at_media_rule_parse_from_buf(const guchar * a_buf, enum CREncoding a_enc) argument

Completed in 205 milliseconds

12