HomeSort by relevance Sort by last modified time
    Searched defs:is_digit (Results 1 - 9 of 9) sorted by null

  /external/icu4c/tools/tzcode/
private.h 119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
  /external/skia/src/animator/
SkParseSVGPath.cpp 65 static inline bool is_digit(int c) function
128 if (is_digit(ch) || ch == '-' || ch == '+') {