Home | History | Annotate | Download | only in common

Lines Matching refs:xfe

229         static const char bom[]={ 0, 0, (char)0xfe, (char)0xff };
332 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff };
707 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 };
818 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 };
1042 static const char utf32BOM[8]={ 0, 0, (char)0xfe, (char)0xff, (char)0xff, (char)0xfe, 0, 0 };