Lines Matching refs:signature
416 uSig = 0xfeff // signature/BOM character
472 CNV_NO_FEFF, // cannot convert the U+FEFF Unicode signature character (BOM)
473 CNV_WITH_FEFF, // can convert the U+FEFF signature character
474 CNV_ADDS_FEFF // automatically adds/detects the U+FEFF signature character
486 // check the converter's Unicode signature properties;
506 // test if the output charset emits a signature anyway
536 bufsz(0), signature(0) {}
572 int8_t signature; // add (1) or remove (-1) a U+FEFF Unicode signature character
730 sig = signature;
835 // remove a U+FEFF Unicode signature character if requested
894 // add a U+FEFF Unicode signature character if requested
1297 } else if (0 == strcmp("--add-signature", *iter)) {
1298 cf.signature = 1;
1299 } else if (0 == strcmp("--remove-signature", *iter)) {
1300 cf.signature = -1;