Lines Matching full:bytelength
171 int32_t byteLength = 0;
172 char *bytes = extractBytes(testString, codepage, byteLength);
181 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status);
327 int32_t byteLength = 0, sLength = s.length();
328 char *bytes = extractBytes(s, "UTF-8", byteLength);
333 ucsdet_setText(csd, bytes, byteLength, &status);
427 int32_t byteLength = 0;
428 char *bytes = extractBytes(s, "ISO-8859-1", byteLength);
440 ucsdet_setText(csd, bytes, byteLength, &status);
462 ucsdet_setText(csd, bytes, byteLength, &status);