OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isdigit
(Results
226 - 250
of
284
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dnsmasq/src/
rfc1035.c
220
if (!
isdigit
((int)*cp))
[
all
...]
/external/e2fsprogs/misc/
mke2fs.c
740
if (
isdigit
(*os))
[
all
...]
/external/guava/javadoc/com/google/common/base/class-use/
CharMatcher.html
166
Determines whether a character is a digit according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#
isDigit
(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>.</TD>
/external/icu4c/i18n/unicode/
smpdtfmt.h
177
* <code>Unicode::
isDigit
()</code>, will be parsed into the default century.
[
all
...]
/external/qemu/android/avd/
info.c
892
if (
isdigit
(skinName[0])) {
[
all
...]
/external/v8/tools/
test.py
786
if not (char.isalpha() or char.
isdigit
() or char == '_'):
[
all
...]
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c
373
if (
isdigit
(*delim))
[
all
...]
/packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java
884
if (fch == nch || (fch == 'x' && Character.
isDigit
(nch))) {
[
all
...]
/external/icu4c/common/unicode/
uchar.h
[
all
...]
/external/qemu/android/
main.c
1055
if(
isdigit
(name[0])) {
1057
if(x &&
isdigit
(x[1])) {
[
all
...]
console.c
[
all
...]
/external/strace/
syscall.c
315
if (s && *s &&
isdigit
((unsigned char)*s)) {
353
if (s && *s &&
isdigit
((unsigned char)*s)) {
[
all
...]
util.c
508
else if (i < n - 1 &&
isdigit
(str[i + 1])) {
[
all
...]
/external/webkit/JavaScriptCore/icu/unicode/
uchar.h
[
all
...]
/external/webkit/JavaScriptGlue/icu/unicode/
uchar.h
[
all
...]
/external/webkit/WebCore/icu/unicode/
uchar.h
[
all
...]
/external/webkit/WebKit/mac/icu/unicode/
uchar.h
[
all
...]
/bionic/libc/kernel/tools/
cpp.py
1029
if not digit.
isdigit
()
[
all
...]
/dalvik/libcore/luni/src/main/java/java/net/
URI.java
593
|| !Character.
isDigit
(host.charAt(index + 1))) {
[
all
...]
/external/bzip2/
bzlib.c
[
all
...]
/external/jhead/
exif.c
640
if (!
isdigit
(ImageInfo.DateTime[0])){
[
all
...]
/external/libpcap/
pcap-dlpi.c
[
all
...]
/external/ppp/pppd/
sys-solaris.c
[
all
...]
/external/sonivox/jet_tools/JetCreator/
JetDialogs.py
[
all
...]
Completed in 1216 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>