Searched refs:charset (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/io/
H A Dsys.cpp337 gchar const *charset = 0; local
338 g_get_charset(&charset);
339 g_warning( "input filename conversion failed for file with locale charset '%s'", charset );
/inkscape/src/libcroco/
H A Dcr-doc-handler.h78 *Is called to notify an at charset rule.
80 *@param a_charset the declared charset.
82 void (*charset) (CRDocHandler *a_this, member in struct:_CRDocHandler
H A Dcr-om-parser.c77 static void charset (CRDocHandler * a_this,
173 sac_handler->charset = charset;
304 charset (CRDocHandler * a_this, CRString * a_charset, function
310 CRString *charset = NULL; local
323 charset = cr_string_dup (a_charset) ;
324 stmt = cr_statement_new_at_charset_rule (ctxt->stylesheet, charset);
332 if (charset) {
333 cr_string_destroy (charset);
H A Dcr-statement.c563 if (a_this->kind.charset_rule->charset) {
565 (a_this->kind.charset_rule->charset);
566 a_this->kind.charset_rule->charset = NULL;
708 *Serialises an \@charset statement into a string.
712 *Returns the serialized charset statement. Must be
727 && a_this->kind.charset_rule->charset
728 && a_this->kind.charset_rule->charset->stryng
729 && a_this->kind.charset_rule->charset->stryng->str) {
730 str = g_strndup (a_this->kind.charset_rule->charset->stryng->str,
731 a_this->kind.charset_rule->charset
1635 CRString *charset = NULL; local
[all...]
H A Dcr-statement.h125 /**The \@charset rule abstraction*/
129 CRString * charset ; member in struct:_CRAtCharsetRule
167 /**A css2 charset rule*/
H A Dcr-parser.c2311 CRString *charset = NULL; local
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
[all...]
/inkscape/src/
H A Dmain.cpp870 gchar const *charset; local
871 g_get_charset(&charset);
873 bind_textdomain_codeset(GETTEXT_PACKAGE, charset);

Completed in 42 milliseconds