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

  /system/core/sh/
mystring.c 129 if (! is_digit(*p))
syntax.h 72 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro
output.c 336 while (is_digit(*f)) {
346 while (is_digit(*f)) {
parser.c 623 if (is_digit(text[0]) && text[1] == '\0')
1140 && (*out == '\0' || is_digit(*out))) {
1298 } else if (is_digit(c)) {
1302 } while (is_digit(c));
    [all...]
expand.c 798 } else if (is_digit(*name)) {
894 if (is_digit(*name)) {
  /external/chromium_org/third_party/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 == '+') {
  /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 == '+') {
  /external/chromium_org/third_party/icu/source/tools/tzcode/
scheck.c 46 while (is_digit(*fp))
private.h 119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
localtime.c 624 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
666 if (strp == NULL || !is_digit(c = *strp))
674 } while (is_digit(c));
787 } else if (is_digit(*strp)) {
    [all...]
  /external/icu4c/tools/tzcode/
scheck.c 46 while (is_digit(*fp))
private.h 119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
localtime.c 624 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
666 if (strp == NULL || !is_digit(c = *strp))
674 } while (is_digit(c));
787 } else if (is_digit(*strp)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_text.c 50 static boolean is_digit( const char *cur ) function
57 return is_digit( cur ) || is_alpha_underscore( cur );
148 if (is_digit( cur )) {
150 while (is_digit( cur ))
181 while (is_alpha_underscore( cur ) || is_digit( cur ))
202 if (is_digit( cur )) {
205 while (is_digit( cur ))
210 if (is_digit( cur )) {
213 while (is_digit( cur ))
223 if (is_digit( cur ))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 50 static boolean is_digit( const char *cur ) function
57 return is_digit( cur ) || is_alpha_underscore( cur );
148 if (is_digit( cur )) {
150 while (is_digit( cur ))
181 while (is_alpha_underscore( cur ) || is_digit( cur ))
202 if (is_digit( cur )) {
205 while (is_digit( cur ))
210 if (is_digit( cur )) {
213 while (is_digit( cur ))
223 if (is_digit( cur ))
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkParseSVGPath.cpp 65 static inline bool is_digit(int c) function
128 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 == '+') {
  /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));
  /bionic/libc/tzcode/
private.h 109 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
localtime.c 660 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
698 if (strp == NULL || !is_digit(c = *strp))
706 } while (is_digit(c));
813 } else if (is_digit(*strp)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/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 407 milliseconds