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

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js3373 function is_digit(ch) {
3379 return is_digit(ch) || is_letter(ch);
3397 || is_digit(ch)
3722 return is_digit(peek())
3754 if (is_digit(ch)) return read_num();
/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 61 milliseconds