String charName = null;
try {
charName = this.type3Encoding.getName(cid);
} catch (IOException e) {
// shouldn't occur
throw new ValidationException("Unable to check Widths consistency", e);
}
COSBase item = charProcsDictionary.getItem(COSName.getPDFName(charName));
COSStream charStream = COSUtils.getAsStream(item, cDoc);
if (charStream == null) {