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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
  /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/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))
SkParsePath.cpp 19 static inline bool is_digit(int c) { function
85 if (is_digit(ch) || ch == '-' || ch == '+') {
  /external/icu/icu4c/source/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 == '+') {
  /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))
SkParsePath.cpp 19 static inline bool is_digit(int c) { function
85 if (is_digit(ch) || ch == '-' || ch == '+') {
  /external/chromium_org/third_party/skia/experimental/Intersection/
LogoPlay.cpp 109 static inline bool is_digit(int c) function
221 if (is_digit(ch) || ch == '-' || ch == '+') {
  /external/skia/experimental/Intersection/
LogoPlay.cpp 109 static inline bool is_digit(int c) function
221 if (is_digit(ch) || ch == '-' || ch == '+') {
  /packages/apps/OMA-DM/engine/xpl/src/
dmNewDataTypesValidation.cc 130 is_digit( matcher_t matcher ) function
142 if( !matcher.advance( is_digit( matcher ) ) )
150 if( !matcher.advance( is_digit( matcher ) ) )
  /bionic/libc/tzcode/
private.h 115 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
  /external/chromium_org/third_party/skia/forth/
Forth.cpp 322 static bool is_digit(int c) { return (unsigned)(c - '0') <= 9; } function
324 if (is_digit(c)) {
336 if (1 == len && !is_digit(*str)) {
355 while (is_digit(*str)) {
374 while (str - start < len && is_digit(*str)) {
  /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...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 259 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
420 while (is_digit(*cp)) { \
534 while (is_digit(ch)) {
563 } while (is_digit(ch));
1167 while (is_digit(*cp)) { \
1216 while (is_digit(ch)) {
1228 } while (is_digit(ch));
    [all...]
vfprintf.c 242 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
432 while (is_digit(*cp)) { \
558 while (is_digit(ch)) {
587 } while (is_digit(ch));
1185 while (is_digit(*cp)) { \
1241 while (is_digit(ch)) {
1253 } while (is_digit(ch));
    [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/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 497 milliseconds