Home
last modified time | relevance | path

Searched refs:strChars (Results 1 – 1 of 1) sorted by relevance

/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp112 const jchar* strChars = env->GetStringChars(str, NULL); in PlatformLibrary_reverseString() local
113 if (strChars == NULL) { in PlatformLibrary_reverseString()
135 tempChars[i] = strChars[strLength -1 -i]; in PlatformLibrary_reverseString()
142 env->ReleaseStringChars(str, strChars); in PlatformLibrary_reverseString()
143 strChars = NULL; /* this pointer no longer valid */ in PlatformLibrary_reverseString()