OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isdigit
(Results
126 - 150
of
284
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/stubdata/
icu_dat_generator.py
47
if (number.
isdigit
()):
/external/libpcap/
nametoaddr.c
352
if (
isdigit
(c))
fad-gifc.c
192
while (
isdigit
(*p))
515
while (
isdigit
((unsigned char)*q))
/external/openssl/crypto/bn/
bn_print.c
249
for (i=0;
isdigit
((unsigned char) a[i]); i++)
/frameworks/base/core/java/android/util/
Patterns.java
221
if (character == '+' || Character.
isDigit
(character)) {
/frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java
328
return c == '-' || Character.isLetter(c) || Character.
isDigit
(c);
391
if (Character.
isDigit
(ch)) {
394
Character.
isDigit
(text.charAt(index))) {
585
} else if (Character.
isDigit
(ch)) {
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c
316
else if (
isdigit
(*sValue)) sscanf(sValue, "%lu", piMember);
/sdk/traceview/src/com/android/traceview/
ProfileProvider.java
108
if (Character.
isDigit
(text.charAt(0)) == false)
/system/core/fastboot/
usb_linux.c
75
if(!
isdigit
(*name++)) return 1;
/system/core/libacc/tests/data/
otcc-ansi.c
61
if (
isdigit
(d)) {
/system/core/sh/
miscbltin.c
266
if (
isdigit
((unsigned char)*ap)) {
/system/extras/latencytop/
latencytop.c
218
if (!
isdigit
(ent->d_name[0]))
/external/bison/tests/
calc.at
236
while (
isdigit
(c))
285
if (c == '.' ||
isdigit
(c))
/external/clearsilver/util/
snprintf.c
207
if (
isdigit
(ch))
231
if (
isdigit
(ch))
neo_hdf.c
1453
if (
isdigit
(*(s+1)))
1457
if (
isdigit
(*(s+1)))
1461
if (
isdigit
(*(s+1)))
[
all
...]
/external/e2fsprogs/e2fsck/
rehash.c
287
if (!
isdigit
(str[i]))
301
if (
isdigit
(str[i])) {
/external/icu4c/common/unicode/
chariter.h
320
* c != CharacterIterator.DONE && (Unicode::isLetter(c) || Unicode::
isDigit
(c));
324
* c != CharacterIterator.DONE && (Unicode::isLetter(c) || Unicode::
isDigit
(c));
/external/openssl/crypto/bio/
b_print.c
234
if (
isdigit
((unsigned char)ch)) {
252
if (
isdigit
((unsigned char)ch)) {
/external/ppp/pppd/
utils.c
205
while (
isdigit
(c)) {
217
while (
isdigit
(c)) {
/external/sonivox/jet_tools/JetCreator/
JetUtils.py
51
if not oldName[i].
isdigit
():
66
if not oldName[i].
isdigit
():
/external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java
444
else if (theState == S_NCR && Character.
isDigit
(ch1)) {
448
else if (theState == S_XNCR && (Character.
isDigit
(ch1) || "abcdefABCDEF".indexOf(ch1) != -1)) {
/packages/apps/Email/src/org/apache/commons/io/
FileSystemUtils.java
261
if (Character.
isDigit
(c)) {
271
if (!Character.
isDigit
(c) && c != ',' && c != '.') {
/system/core/toolbox/
top.c
246
if (!
isdigit
(pid_dir->d_name[0]))
285
if (!
isdigit
(tid_dir->d_name[0]))
/cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java
69
|| Character.
isDigit
(character)) {
/cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java
549
return (index != 0) ? Character.
isDigit
(dexName.charAt(index + 1))
Completed in 268 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>