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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeVals.h 65 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
  /external/skia/src/utils/
SkParse.cpp 23 static inline bool is_digit(int c) function
35 if (is_digit(c))
149 if (!is_digit(*str))
153 while (is_digit(*str))
175 if (!is_digit(*str))
179 while (is_digit(*str))
187 while (is_digit(*str))
SkParsePath.cpp 18 static inline bool is_digit(int c) { function
94 if (is_digit(ch) || ch == '-' || ch == '+' || ch == '.') {
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vsnprintf_ss.c 73 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
215 while (is_digit(ch)) {
235 } while (is_digit(ch));
vfwprintf.c 256 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
795 while (is_digit(*cp)) { \
931 while (is_digit(ch)) {
950 } while (is_digit(ch));
    [all...]
  /external/wpa_supplicant_8/src/ap/
taxonomy.c 36 int is_digit = s >= '0' && s <= '9'; local
38 if (is_lower || is_upper || is_digit) {
  /external/icu/icu4c/source/tools/tzcode/
private.h 113 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
  /bionic/libc/tzcode/
private.h 159 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
  /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/syslinux/core/fs/pxe/
pxe.h 33 #define is_digit(c) (((c) >= '0') && ((c) <= '9')) macro
  /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));
1156 while (is_digit(*cp)) { \
1205 while (is_digit(ch)) {
1217 } while (is_digit(ch));
    [all...]
vfprintf.c 237 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
428 while (is_digit(*cp)) { \
562 while (is_digit(ch)) {
594 } while (is_digit(ch));
1189 while (is_digit(*cp)) { \
1247 while (is_digit(ch)) {
1259 } while (is_digit(ch));
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 567 milliseconds