HomeSort by relevance Sort by last modified time
    Searched full:basestr (Results 1 - 4 of 4) 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...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c     [all...]
  /external/mksh/src/
funcs.c 649 const char *fieldstr = NULL, *basestr = NULL; local
726 basestr = builtin_opt.optarg;
771 if (basestr && (!bi_getn(basestr, &base) || base < 1 || base > 36)) {
772 bi_errorf("%s: %s", "bad integer base", basestr);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]

Completed in 89 milliseconds