Home
last modified time | relevance | path

Searched defs:is_digit (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/tools/tzcode/
Dprivate.h119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/external/chromium/third_party/icu/source/tools/tzcode/
Dprivate.h119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/external/skia/src/animator/
DSkParseSVGPath.cpp73 static inline bool is_digit(int c) in is_digit() function
/external/skia/src/utils/
DSkParse.cpp30 static inline bool is_digit(int c) in is_digit() function
/external/clearsilver/util/regex/
Dregex.c2069 boolean is_digit = STREQ (str, "digit"); local