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/tests/api/java/io/
FileWriterTest.java 315 char[] strChars = new char[len];
318 strChars[j++] = str.charAt(k);
326 fw.write(strChars);
333 for (int offset = 0; offset < strChars.length; ++offset) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
OutputStreamWriterTest.java 406 char[] strChars = new char[len];
409 strChars[j++] = str.charAt(k);
416 fw.write(strChars);
420 for (int offset = 0; offset < strChars.length; ++offset) {
  /dalvik/vm/
Jni.c     [all...]

Completed in 186 milliseconds