Lines Matching defs:charset
2311 CRString *charset = NULL;
2341 &charset,
2344 if (status == CR_OK && charset) {
2346 && PRIVATE (a_this)->sac_handler->charset) {
2347 PRIVATE (a_this)->sac_handler->charset
2349 charset, &location);
2356 if (charset) {
2357 cr_string_destroy (charset);
2358 charset = NULL;
4115 *@a_value: out parameter. The actual parsed value of the charset
4118 *@a_charset_sym_location: the parsing location of the charset rule
4120 *Parses a charset declaration as defined implictly by the css2 spec in
4122 *charset ::= CHARSET_SYM S* STRING S* ';'