Lines Matching refs:ucsdet_setText
185 ucsdet_setText(csd.getAlias(), bytes.get(), byteLength, &status); in checkEncoding()
333 ucsdet_setText(csd, bytes, byteLength, &status); in UTF8Test()
374 ucsdet_setText(csd.getAlias(), beBytes.get(), beLength, &status); in UTF16Test()
391 ucsdet_setText(csd.getAlias(), leBytes.get(), leLength, &status); in UTF16Test()
429 ucsdet_setText(csd, bytes, byteLength, &status); in InputFilterTest()
451 ucsdet_setText(csd, bytes, byteLength, &status); in InputFilterTest()
490 ucsdet_setText(csd, bWindows, lWindows, &status); in C1BytesTest()
504 ucsdet_setText(csd, bISO, lISO, &status); in C1BytesTest()
639 ucsdet_setText(csd, bytes, bLength, &status); in IBM424Test()
652 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM424Test()
729 ucsdet_setText(csd, bytes, bLength, &status); in IBM420Test()
742 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM420Test()
774 ucsdet_setText(csd, latin1Text, -1, &status); in Ticket6394Test()
823 ucsdet_setText(csd1.getAlias(), bWindows.get(), lWindows, &status); in Ticket6954Test()
832 ucsdet_setText(csd2.getAlias(), bISO.get(), lISO, &status); in Ticket6954Test()
856 ucsdet_setText(csd, str.data(), str.length(), &status); in Ticket21823Test()