Lines Matching full:feff
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
494 // test if the output charset can convert U+FEFF
501 result = CNV_NO_FEFF; // an error occurred or U+FEFF cannot be converted
545 // +1 for an added U+FEFF in the intermediate Unicode buffer
572 int8_t signature; // add (1) or remove (-1) a U+FEFF Unicode signature character
835 // remove a U+FEFF Unicode signature character if requested
894 // add a U+FEFF Unicode signature character if requested