Home | History | Annotate | Download | only in uconv

Lines Matching full:feff

474     CNV_NO_FEFF,    // cannot convert the U+FEFF Unicode signature character (BOM)
475 CNV_WITH_FEFF, // can convert the U+FEFF signature character
476 CNV_ADDS_FEFF // automatically adds/detects the U+FEFF signature character
496 // test if the output charset can convert U+FEFF
503 result = CNV_NO_FEFF; // an error occurred or U+FEFF cannot be converted
547 FEFF in the intermediate Unicode buffer
574 int8_t signature; // add (1) or remove (-1) a U+FEFF Unicode signature character
837 // remove a U+FEFF Unicode signature character if requested
896 // add a U+FEFF Unicode signature character if requested