HomeSort by relevance Sort by last modified time
    Searched refs:strChars (Results 1 - 4 of 4) sorted by null

  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 112 const jchar* strChars = env->GetStringChars(str, NULL);
113 if (strChars == NULL) {
135 tempChars[i] = strChars[strLength -1 -i];
142 env->ReleaseStringChars(str, strChars);
143 strChars = NULL; /* this pointer no longer valid */
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 86 char[] strChars = new char[len];
89 strChars[j++] = str.charAt(k);
97 fw.write(strChars);
104 for (int offset = 0; offset < strChars.length; ++offset) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
OutputStreamWriterTest.java 404 char[] strChars = new char[len];
407 strChars[j++] = str.charAt(k);
414 fw.write(strChars);
418 for (int offset = 0; offset < strChars.length; ++offset) {
  /dalvik/vm/
Jni.cpp     [all...]

Completed in 345 milliseconds