Searched defs:_utf8 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dnr-svgfonts.cpp165 gchar* _utf8 = (gchar*) utf8; local
170 while(g_utf8_get_char(_utf8)){
173 if ( (len = size_of_substring(this->glyphs[i]->unicode.c_str(), _utf8)) ){
175 _utf8+=len;
183 _utf8++;
198 _utf8 = (char*) utf8;
200 while(g_utf8_get_char(_utf8)){
205 if ( (len = size_of_substring(this->glyphs[i]->unicode.c_str(), _utf8)) ){
226 _utf8+=len; //advance 'len' bytes in our string pointer
241 _utf8
[all...]

Completed in 15 milliseconds