Searched refs:text2 (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-print.cpp1361 char *text2 = strdup(text); // because U_Utf8ToUtf16le calls iconv which does not like a const char * local
1362 uint16_t *unicode_text = U_Utf8ToUtf16le(text2, 0, NULL);
1363 free(text2);
H A Demf-print.cpp2003 char *text2 = strdup(text); // because U_Utf8ToUtf16le calls iconv which does not like a const char * local
2004 uint16_t *unicode_text = U_Utf8ToUtf16le(text2, 0, NULL);
2005 free(text2);

Completed in 26 milliseconds