Home | History | Annotate | Download | only in uconv

Lines Matching full:feff

499     CNV_NO_FEFF,    // cannot convert the U+FEFF Unicode signature character (BOM)
500 CNV_WITH_FEFF, // can convert the U+FEFF signature character
501 CNV_ADDS_FEFF // automatically adds/detects the U+FEFF signature character
521 // test if the output charset can convert U+FEFF
528 result = CNV_NO_FEFF; // an error occurred or U+FEFF cannot be converted
572 // +1 for an added U+FEFF in the intermediate Unicode buffer
599 int8_t signature; // add (1) or remove (-1) a U+FEFF Unicode signature character
860 // remove a U+FEFF Unicode signature character if requested
919 // add a U+FEFF Unicode signature character if requested