Searched refs:printable (Results 1 – 2 of 2) sorted by relevance
124 const char* printable = env->GetStringUTFChars(str, NULL); in PlatformLibrary_reverseString() local125 if (printable != NULL) { in PlatformLibrary_reverseString()126 ALOGD("Reversing string '%s'\n", printable); in PlatformLibrary_reverseString()127 env->ReleaseStringUTFChars(str, printable); in PlatformLibrary_reverseString()
24 12. Do not use short. char is allowed for actual printable strings only. Use uint8_t/uint16_t/