Searched refs:is_digit (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
H A Dscheck.c39 if (is_digit(*fp)) {
44 } while (is_digit(c));
H A Dprivate.h113 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
H A Dlocaltime.c653 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
691 if (strp == NULL || !is_digit(c = *strp))
699 } while (is_digit(c));
806 } else if (is_digit(*strp)) {
/external/skia/src/utils/
H A DSkParse.cpp23 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))
H A DSkParsePath.cpp18 static inline bool is_digit(int c) { function
94 if (is_digit(ch) || ch == '-' || ch == '+' || ch == '.') {
/external/syslinux/core/fs/pxe/
H A Ddnsresolv.c67 while (is_digit(*p)) {
H A Dpxe.h33 #define is_digit(c) (((c) >= '0') && ((c) <= '9')) macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c50 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( cu
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dtaxonomy.c36 int is_digit = s >= '0' && s <= '9'; local
38 if (is_lower || is_upper || is_digit) {
/external/wpa_supplicant_8/src/ap/
H A Dtaxonomy.c36 int is_digit = s >= '0' && s <= '9'; local
38 if (is_lower || is_upper || is_digit) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dtaxonomy.c36 int is_digit = s >= '0' && s <= '9'; local
38 if (is_lower || is_upper || is_digit) {
/external/syslinux/core/legacynet/
H A Ddnsresolv.c186 while (is_digit(*p)) {

Completed in 2738 milliseconds