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

/inkscape/src/libuemf/
H A Dsymbol_convert.c42 static unsigned char *from_unicode=NULL; variable
939 if(from_unicode)return(1);
953 *text=from_unicode[*text] + (hold_pua ? 0xF000 : 0 );
980 from_unicode[src[i]] = i;
990 if(!from_unicode){ // create arrays
991 from_unicode = (unsigned char *) calloc(0x10000,sizeof(unsigned char));
999 for(i=0;i<0x10000;i++){ from_unicode[i] = to_font[i] = 0; }

Completed in 16 milliseconds