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) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamWriterTest.java 403 char[] strChars = new char[len];
406 strChars[j++] = str.charAt(k);
413 fw.write(strChars);
417 for (int offset = 0; offset < strChars.length; ++offset) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml2.h     [all...]

Completed in 122 milliseconds