Searched refs:isPrintableAscii (Results 1 – 4 of 4) sorted by relevance
88 static bool isPrintableAscii(const char *value, size_t len) { in isPrintableAscii() function120 if (!isPrintableAscii(value, strlen(value)) && ( in detectAndConvert()159 if (isPrintableAscii(value, strlen(value)) && ( in detectAndConvert()228 if (isPrintableAscii(s, inputLength)) { in detectAndConvert()
102 public static boolean isPrintableAscii(final char c) { in isPrintableAscii() method in VCardUtils.TextUtilsPort111 if (!isPrintableAscii(str.charAt(i))) { in isPrintableAsciiOnly()
1785 public static boolean isPrintableAscii(final char c) { in isPrintableAscii() method in TextUtils1798 if (!isPrintableAscii(str.charAt(i))) { in isPrintableAsciiOnly()
76082 Landroid/text/TextUtils;->isPrintableAscii(C)Z