Searched refs:printable (Results 1 – 14 of 14) 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()
21 Content-transfer-encoding: quoted-printable27 Content-transfer-encoding: quoted-printable
19 Content-Transfer-Encoding: quoted-printable
74 static int printable(int);127 } else if (!printable(c)) { in ns_name_ntop()562 printable(int ch) { in printable() function
174 if chr (valobj.unsigned) in string.printable:212 if chr (valobj.unsigned) in string.printable:
78 string.printable
34 printable = digits + letters + punctuation + whitespace variable
24 12. Do not use short. char is allowed for actual printable strings only. Use uint8_t/uint16_t/
11 and is not restricted to printable characters.)
261 …aceGuid_PcdUefiLibMaxPrintBufferSize_HELP #language en-US "The maximum printable number of charac…
2032 ## The maximum printable number of characters. UefLib functions: AsciiPrint(), AsciiErrorPrint(),
1642 Printset = set(string.printable)