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

  /external/icu4c/tools/tzcode/
private.h 119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
  /external/skia/legacy/src/animator/
SkParseSVGPath.cpp 65 static inline bool is_digit(int c) function
128 if (is_digit(ch) || ch == '-' || ch == '+') {
  /external/skia/legacy/src/utils/
SkParse.cpp 22 static inline bool is_digit(int c) function
34 if (is_digit(c))
148 if (!is_digit(*str))
152 while (is_digit(*str))
174 if (!is_digit(*str))
178 while (is_digit(*str))
186 while (is_digit(*str))
222 if (!is_digit(*str) && *str != '.')
226 while (is_digit(*str))
243 while (is_digit(*str) && fraction < end
    [all...]
SkParsePath.cpp 19 static inline bool is_digit(int c) { function
85 if (is_digit(ch) || ch == '-' || ch == '+') {
  /external/skia/src/animator/
SkParseSVGPath.cpp 65 static inline bool is_digit(int c) function
128 if (is_digit(ch) || ch == '-' || ch == '+') {
  /external/skia/src/utils/
SkParse.cpp 22 static inline bool is_digit(int c) function
34 if (is_digit(c))
148 if (!is_digit(*str))
152 while (is_digit(*str))
174 if (!is_digit(*str))
178 while (is_digit(*str))
186 while (is_digit(*str))
222 if (!is_digit(*str) && *str != '.')
226 while (is_digit(*str))
243 while (is_digit(*str) && fraction < end
    [all...]
SkParsePath.cpp 19 static inline bool is_digit(int c) { function
85 if (is_digit(ch) || ch == '-' || ch == '+') {
  /system/core/sh/
syntax.h 72 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro
  /bionic/libc/tzcode/
private.h 121 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
  /bionic/libc/stdio/
vfprintf.c 138 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
282 while (is_digit(*cp)) { \
407 while (is_digit(ch)) {
436 } while (is_digit(ch));
920 while (is_digit(*cp)) { \
986 while (is_digit(ch)) {
998 } while (is_digit(ch));
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
parse-js.js 214 function is_digit(ch) { function
498 return is_digit(peek())
530 if (is_digit(ch)) return read_num();
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 165 milliseconds