OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stopchar
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/
IMSIParameter.java
20
char
stopChar
= '\0';
22
stopChar
= imsi.charAt(nonDigit);
23
if (
stopChar
< '0' ||
stopChar
> '9') {
31
} else if (nonDigit == imsi.length() - 1 &&
stopChar
== '*') {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
IMSIParameter.java
20
char
stopChar
= '\0';
22
stopChar
= imsi.charAt(nonDigit);
23
if (
stopChar
< '0' ||
stopChar
> '9') {
32
else if (nonDigit == imsi.length()-1 &&
stopChar
== '*') {
/ndk/sources/host-tools/make-3.81/
dep.h
62
extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int
stopchar
, unsigned int size, int strip));
read.c
[
all
...]
misc.c
436
end_of_token_w32 (char *s, char
stopchar
)
441
while (*p != '\0' && *p !=
stopchar
make.h
371
extern char *end_of_token_w32(char *s, char
stopchar
);
Completed in 374 milliseconds