Lines Matching full:feff
473 CNV_NO_FEFF, // cannot convert the U+FEFF Unicode signature character (BOM)
474 CNV_WITH_FEFF, // can convert the U+FEFF signature character
475 CNV_ADDS_FEFF // automatically adds/detects the U+FEFF signature character
495 // test if the output charset can convert U+FEFF
502 result = CNV_NO_FEFF; // an error occurred or U+FEFF cannot be converted
546 // +1 for an added U+FEFF in the intermediate Unicode buffer
573 int8_t signature; // add (1) or remove (-1) a U+FEFF Unicode signature character
834 // remove a U+FEFF Unicode signature character if requested
893 // add a U+FEFF Unicode signature character if requested