Searched refs:xml_quoted_strlen (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/xml/
H A Dquote.h6 size_t xml_quoted_strlen(char const *val);
H A Dquote.cpp15 size_t xml_quoted_strlen(char const *val) function
42 size_t len = xml_quoted_strlen(src);
H A Dquote-test.h43 TS_ASSERT_EQUALS( xml_quoted_strlen(cases[i].s) , cases[i].len );

Completed in 13 milliseconds