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

/inkscape/src/2geom/
H A Dsvg-path-writer.cpp41 static inline bool is_digit(char c) { function in namespace:Geom
206 if (is_digit(lastchar)) {
207 if (is_digit(firstchar)) {
212 } else if (lastchar == '.' && is_digit(firstchar)) {
/inkscape/share/extensions/
H A Drender_barcode_datamatrix.py306 def is_digit( char ): function
319 if is_digit( text[i] ) and ( i < len(text)-1) and is_digit( text[i+1] ): #if the next char is also a digit

Completed in 16 milliseconds