Home
last modified time | relevance | path

Searched refs:byte1 (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/xml/
DXsltXPathConformanceTestSuite.java587 int byte1 = in.read(); in fileToString() local
589 if (byte1 == 0xFF && byte2 == 0xFE) { in fileToString()
591 } else if (byte1 == 0xFF && byte2 == 0xFF) { in fileToString()
595 if (byte1 == 0xEF && byte2 == 0xBB && byte3 == 0xBF) { in fileToString()