Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 - 25 of 348) sorted by relevance

12345678910>>...14

/third_party/musl/src/string/
H A Dstrverscmp.c17 if (!isdigit(c)) dp=i+1, z=1; in strverscmp()
24 for (j=i; isdigit(l[j]); j++) in strverscmp()
25 if (!isdigit(r[j])) return 1; in strverscmp()
26 if (isdigit(r[j])) return -1; in strverscmp()
27 } else if (z && dp<i && (isdigit(l[i]) || isdigit(r[i]))) { in strverscmp()
/third_party/musl/porting/linux/user/src/time/
H A Dstrptime.c98 if (isdigit(*p)) { in __getgmtoff()
115 if (isdigit(*p)) { in __getgmtoff()
153 if (isdigit(*f)) { in strptime()
212 } while (isdigit(*s)); in strptime()
278 if (!isdigit(*s)) { in strptime()
285 } while (isdigit(*s)); in strptime()
303 if (!isdigit(*s)) { in strptime()
312 } while ((wday * __STRPTIME_NUMBER_BASE < __STRPTIME_DAYS_IN_WEEK) && rulim && isdigit(*s)); in strptime()
338 if (!isdigit(*s)) { in strptime()
345 } while ((r * __STRPTIME_NUMBER_BASE < __STRPTIME_WEEKS_IN_YEAR) && rulim && isdigit(* in strptime()
[all...]
/third_party/musl/src/time/
H A Dstrptime.c59 if (isdigit(*p)) { in __getgmtoff()
76 if (isdigit(*p)) { in __getgmtoff()
108 if (isdigit(*f)) { in strptime()
161 } while (isdigit(*s)); in strptime()
223 if (!isdigit(*s)) { in strptime()
230 } while (isdigit(*s)); in strptime()
246 if (!isdigit(*s)) { in strptime()
255 } while ((wday * 10 < 7) && rulim && isdigit(*s)); in strptime()
282 if (!isdigit(*s)) { in strptime()
289 } while ((r * 10 < 53) && rulim && isdigit(* in strptime()
[all...]
/third_party/libinput/src/
H A Dlibinput-versionsort.h45 if (!isdigit(c)) dp=i+1, z=1; in libinput_strverscmp()
52 for (j=i; isdigit(l[j]); j++) in libinput_strverscmp()
53 if (!isdigit(r[j])) return 1; in libinput_strverscmp()
54 if (isdigit(r[j])) return -1; in libinput_strverscmp()
55 } else if (z && dp<i && (isdigit(l[i]) || isdigit(r[i]))) { in libinput_strverscmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp110 return isalpha(C) || isdigit(C) || C == '_' || C == '-' || C == '.' || in isIdentifierChar()
281 if (!isdigit(C.peek())) { in maybeLexMachineBasicBlock()
287 while (isdigit(C.peek())) in maybeLexMachineBasicBlock()
310 if (!C.remaining().startswith(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndex()
315 while (isdigit(C.peek())) in maybeLexIndex()
323 if (!C.remaining().startswith(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndexAndName()
328 while (isdigit(C.peek())) in maybeLexIndexAndName()
374 if (isdigit(C.peek(Rule.size()))) in maybeLexIRBlock()
384 if (isdigit(C.peek(Rule.size()))) in maybeLexIRValue()
401 while (isdigit( in lexVirtualRegister()
[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-pnm.c75 while (isdigit(*lineptr & 255)) in _cupsImageReadPNM()
82 else if (isdigit(*lineptr & 255)) in _cupsImageReadPNM()
85 while (isdigit(*lineptr & 255)) in _cupsImageReadPNM()
96 else if (isdigit(*lineptr & 255)) in _cupsImageReadPNM()
99 while (isdigit(*lineptr & 255)) in _cupsImageReadPNM()
114 else if (isdigit(*lineptr & 255)) in _cupsImageReadPNM()
117 while (isdigit(*lineptr & 255)) in _cupsImageReadPNM()
/third_party/musl/porting/uniproton/kernel/src/ctype/
H A Disdigit.c2 #undef isdigit macro
4 int isdigit(int c) in isdigit() function
11 return isdigit(c); in __isdigit_l()
/third_party/musl/porting/liteos_a/kernel/src/ctype/
H A Disdigit.c2 #undef isdigit macro
4 int isdigit(int c) in isdigit() function
11 return isdigit(c); in __isdigit_l()
/third_party/musl/porting/liteos_m/kernel/src/ctype/
H A Disdigit.c2 #undef isdigit macro
4 int isdigit(int c) in isdigit() function
11 return isdigit(c); in __isdigit_l()
/third_party/musl/src/ctype/
H A Disdigit.c2 #undef isdigit macro
8 int isdigit(int c) in isdigit() function
23 return isdigit(c); in __isdigit_l()
/third_party/backends/sanei/
H A Dsanei_config2.c108 if (isdigit (*name)) in sanei_config_attach_matching_devices()
116 if (isdigit (*name)) in sanei_config_attach_matching_devices()
124 if (isdigit (*name)) in sanei_config_attach_matching_devices()
132 if (isdigit (*name)) in sanei_config_attach_matching_devices()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dstrptime.c25 if (isdigit(*f)) { in strptime()
163 if (!isdigit(*s)) return 0; in strptime()
165 for (i=1; i<=min+range && isdigit(*s); i*=10) in strptime()
178 if (!isdigit(*s)) return 0; in strptime()
179 for (*dest=i=0; i<w && isdigit(*s); i++) in strptime()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dstrptime.c25 if (isdigit(*f)) { in strptime()
163 if (!isdigit(*s)) return 0; in strptime()
165 for (i=1; i<=min+range && isdigit(*s); i*=10) in strptime()
178 if (!isdigit(*s)) return 0; in strptime()
179 for (*dest=i=0; i<w && isdigit(*s); i++) in strptime()
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dstrptime.c25 if (isdigit(*f)) { in strptime()
163 if (!isdigit(*s)) return 0; in strptime()
165 for (i=1; i<=min+range && isdigit(*s); i*=10) in strptime()
178 if (!isdigit(*s)) return 0; in strptime()
179 for (*dest=i=0; i<w && isdigit(*s); i++) in strptime()
/third_party/musl/porting/linux/user/include/
H A Dctype.h14 int isdigit(int);
32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dctype.h14 int isdigit(int);
32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dctype.h14 int isdigit(int);
32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/src/locale/
H A Dstrfmon.c52 for (fw=0; isdigit(*fmt); fmt++) in vstrfmon_l()
56 if (*fmt=='#') for (lp=0, fmt++; isdigit(*fmt); fmt++) in vstrfmon_l()
58 if (*fmt=='.') for (rp=0, fmt++; isdigit(*fmt); fmt++) in vstrfmon_l()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dctype.h14 int isdigit(int);
32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/musl/include/
H A Dctype.h14 int isdigit(int);
32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h65 if (isdigit(AggregateString[i + 1])) { in EmitString()
66 assert(isdigit(AggregateString[i + 2]) && in EmitString()
67 isdigit(AggregateString[i + 3]) && in EmitString()
/third_party/skia/src/gpu/gl/
H A DGrGLUtil.cpp314 if (2 == n && isdigit(amd0) && isdigit(amd1)) { in get_renderer()
319 if (2 == n && isdigit(amd0) && isdigit(amd1)) { in get_renderer()
324 if (3 == n && isdigit(amd0) && isdigit(amd1) && isdigit(amd2)) { in get_renderer()
329 if (3 == n && isdigit(amd0) && isdigit(amd1) && isdigit(amd in get_renderer()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp338 if (!isdigit(static_cast<unsigned char>(CurPtr[0]))) in LexUIntID()
341 for (++CurPtr; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr) in LexUIntID()
459 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr))) in LexIdentifier()
1049 if (!isdigit(static_cast<unsigned char>(TokStart[0])) && in LexDigitOrNegative()
1050 !isdigit(static_cast<unsigned char>(CurPtr[0]))) { in LexDigitOrNegative()
1064 for (; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr) in LexDigitOrNegative()
1068 if (isdigit(TokStart[0]) && CurPtr[0] == ':') { in LexDigitOrNegative()
1098 while (isdigit(static_cast<unsigned char>(CurPtr[0]))) ++CurPtr; in LexDigitOrNegative()
1101 if (isdigit(static_cast<unsigned char>(CurPtr[1])) || in LexDigitOrNegative()
1103 isdigit(static_cas in LexDigitOrNegative()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H A Disdigit.c30 int ret = isdigit(*p); in isdigit_0100()
45 int ret = isdigit(*p); in isdigit_0200()
/third_party/alsa-lib/src/control/
H A Dcards.c148 if ((isdigit(*string) && *(string + 1) == 0) || in snd_card_get_index()
149 (isdigit(*string) && isdigit(*(string + 1)) && *(string + 2) == 0)) { in snd_card_get_index()

Completed in 13 milliseconds

12345678910>>...14