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

/inkscape/src/
H A Dunicoderange.cpp6 static unsigned int hex2int(char* s){ function
85 if (unival >= hex2int(r.start) && unival <= hex2int(r.end)) return true;
124 return hex2int(range[0].start);

Completed in 20 milliseconds