Lines Matching refs:strlen
96 if (!isPrintableAscii(value, strlen(value)) && ( in detectAndConvert()
114 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf)); in detectAndConvert()
116 ucsdet_setText(csd, buf, strlen(buf), &status); in detectAndConvert()
121 const UCharsetMatch* bestCombinedMatch = getPreferred(buf, strlen(buf), in detectAndConvert()
125 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) { in detectAndConvert()
137 if (isPrintableAscii(value, strlen(value)) && ( in detectAndConvert()
147 ucsdet_setText(csd, buf, strlen(buf), &status); in detectAndConvert()
149 bestCombinedMatch = getPreferred(buf, strlen(buf), in detectAndConvert()
170 int len = strlen((char *)src); in detectAndConvert()
174 int32_t inputLength = strlen(s); in detectAndConvert()
228 &source, source + strlen(source), in detectAndConvert()
256 if (strlen(mValues.getEntry(i)) == 0) { in detectAndConvert()