OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_digit
(Results
1 - 14
of
14
) sorted by null
/external/icu/icu4c/source/tools/tzcode/
scheck.c
39
if (
is_digit
(*fp)) {
44
} while (
is_digit
(c));
private.h
113
#define
is_digit
(c) ((unsigned)(c) - '0' <= 9)
macro
localtime.c
653
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)) {
[
all
...]
/external/skia/src/utils/
SkParse.cpp
24
static inline bool
is_digit
(int c)
function
36
if (
is_digit
(c))
150
if (!
is_digit
(*str))
154
while (
is_digit
(*str))
176
if (!
is_digit
(*str))
180
while (
is_digit
(*str))
188
while (
is_digit
(*str))
SkParsePath.cpp
19
static inline bool
is_digit
(int c) {
function
95
if (
is_digit
(ch) || ch == '-' || ch == '+') {
/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/skia/src/animator/
SkParseSVGPath.cpp
65
static inline bool
is_digit
(int c)
function
128
if (
is_digit
(ch) || ch == '-' || ch == '+') {
/bionic/libc/upstream-openbsd/lib/libc/stdio/
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
...]
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
...]
/bionic/libc/tzcode/
private.h
148
#define
is_digit
(c) ((unsigned)(c) - '0' <= 9)
macro
localtime.c
740
while ((c = *strp) != '\0' && !
is_digit
(c) && c != ',' && c != '-' &&
778
if (strp == NULL || !
is_digit
(c = *strp))
786
} while (
is_digit
(c));
893
} else if (
is_digit
(*strp)) {
[
all
...]
/toolchain/binutils/binutils-2.25/libiberty/
regex.c
[
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 801 milliseconds