Lines Matching refs:strlen
120 if (!isPrintableAscii(value, strlen(value)) && ( in detectAndConvert()
138 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf)); in detectAndConvert()
140 ucsdet_setText(csd, buf, strlen(buf), &status); in detectAndConvert()
143 const UCharsetMatch* bestCombinedMatch = getPreferred(buf, strlen(buf), in detectAndConvert()
147 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) { in detectAndConvert()
159 if (isPrintableAscii(value, strlen(value)) && ( in detectAndConvert()
169 ucsdet_setText(csd, buf, strlen(buf), &status); in detectAndConvert()
171 bestCombinedMatch = getPreferred(buf, strlen(buf), in detectAndConvert()
196 int len = strlen((char *)src); in detectAndConvert()
200 int32_t inputLength = strlen(s); in detectAndConvert()
270 &source, source + strlen(source), in detectAndConvert()
298 if (strlen(mValues.getEntry(i)) == 0) { in detectAndConvert()