Home
last modified time | relevance | path

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

/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp133 jchar tempChars[strLength]; in PlatformLibrary_reverseString() local
135 tempChars[i] = strChars[strLength -1 -i]; in PlatformLibrary_reverseString()
148 jstring result = env->NewString(tempChars, strLength); in PlatformLibrary_reverseString()