HomeSort by relevance Sort by last modified time
    Searched full:basestr (Results 1 - 5 of 5) sorted by null

  /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/webkit/Source/WebCore/platform/
KURLGoogle.cpp 235 const CString& baseStr = base.m_url.utf8String();
236 m_isValid = url_util::ResolveRelative(baseStr.data(), baseStr.length(),
    [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 93 milliseconds