Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput; in match() local
39 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match()
45 int32_t b = inputBytes[i]; in match()
71 b = inputBytes[i]; in match()
/external/smali/baksmali/src/test/java/org/jf/baksmali/
DDexTest.java71 … byte[] inputBytes = BaksmaliTestUtils.readResourceBytesFully(getInputFilename(testName)); in getInputDexFile()
72 return new DexBackedDexFile(Opcodes.forApi(options.apiLevel), inputBytes); in getInputDexFile()