Searched refs:startBytes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DUnicodeReader.cpp33 char startBytes[4] = {'\xA5', '\xA5', '\xA5', '\xA5'}; local
50 fread(startBytes, sizeof(char), 4, f);
52 if (startBytes[0] == '\xFE' && startBytes[1] == '\xFF') {
55 } else if (startBytes[0] == '\xFF' && startBytes[1] == '\xFE') {
56 if (startBytes[2] == '\x00' && startBytes[3] == '\x00') {
63 } else if (startBytes[0] == '\xEF' && startBytes[
[all...]

Completed in 93 milliseconds