OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basestr
(Results
1 - 5
of
5
) sorted by null
/art/test/020-string/src/
Main.java
27
String
baseStr
= "*** This is a very nice string!!!";
31
testStr =
baseStr
.substring(4,
baseStr
.length() - 3);
59
String
baseStr
= "The quick brown fox jumps over the lazy dog!";
62
subStr =
baseStr
.substring(5,
baseStr
.length() - 4);
66
baseStr
.indexOf('T') + ":" +
69
baseStr
.indexOf('!') + ":" +
72
baseStr
.indexOf('x') + ":" +
76
baseStr
.indexOf('x', 17) + ":"
[
all
...]
/dalvik/tests/020-string/src/
Main.java
27
String
baseStr
= "*** This is a very nice string!!!";
31
testStr =
baseStr
.substring(4,
baseStr
.length() - 3);
59
String
baseStr
= "The quick brown fox jumps over the lazy dog!";
62
subStr =
baseStr
.substring(5,
baseStr
.length() - 4);
66
baseStr
.indexOf('T') + ":" +
69
baseStr
.indexOf('!') + ":" +
72
baseStr
.indexOf('x') + ":" +
76
baseStr
.indexOf('x', 17) + ":"
[
all
...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c
[
all
...]
/external/mksh/src/
funcs.c
643
const char *fieldstr = NULL, *
basestr
= NULL;
local
719
basestr
= builtin_opt.optarg;
766
if (
basestr
&& (!bi_getn(
basestr
, &base) || base < 1 || base > 36)) {
767
bi_errorf("%s: %s", "bad integer base",
basestr
);
[
all
...]
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
[
all
...]
Completed in 214 milliseconds