Searched refs:tempChars (Results 1 – 1 of 1) sorted by relevance
133 jchar tempChars[strLength]; in PlatformLibrary_reverseString() local135 tempChars[i] = strChars[strLength -1 -i]; in PlatformLibrary_reverseString()148 jstring result = env->NewString(tempChars, strLength); in PlatformLibrary_reverseString()