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

/inkscape/src/util/
H A Dcompose.hpp93 inline bool is_number(int n) function in namespace:StringPrivate
152 else if (is_number(fmt[i + 1])) { // aha! a spec!
163 } while (i + n < fmt.length() && is_number(fmt[i + n]));
H A Ducompose.hpp105 inline bool is_number(int n) function in namespace:UStringPrivate
203 else if (is_number(fmt[i + 1])) { // aha! a spec!
214 } while (i + n < fmt.length() && is_number(fmt[i + n]));

Completed in 22 milliseconds