Lines Matching refs:a_charset
1575 *@a_charset: the string representing the charset.
1577 *the owner of a_charset. The caller must not free a_charset !!!.
1587 CRString * a_charset)
1591 g_return_val_if_fail (a_charset, NULL);
1611 result->kind.charset_rule->charset = a_charset;
2355 *@a_charset: the charset to set.
2363 CRString * a_charset)
2373 a_this->kind.charset_rule->charset = a_charset;
2380 *@a_charset: out parameter. The returned charset string if
2390 CRString ** a_charset)
2397 *a_charset = a_this->kind.charset_rule->charset;