Searched defs:charset (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-doc-handler.h | 78 *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 D | cr-statement.h | 125 /**The \@charset rule abstraction*/ 129 CRString * charset ; member in struct:_CRAtCharsetRule 167 /**A css2 charset rule*/
|
H A D | cr-om-parser.c | 77 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 D | cr-statement.c | 563 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 D | cr-parser.c | 2311 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/io/ |
H A D | sys.cpp | 337 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/ |
H A D | main.cpp | 870 gchar const *charset; local 871 g_get_charset(&charset); 873 bind_textdomain_codeset(GETTEXT_PACKAGE, charset);
|
Completed in 31 milliseconds