Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcsrutf8.cpp31 const uint8_t *inputBytes = input->fRawInput; in match() local
37 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match()
43 int32_t b = inputBytes[i]; in match()
69 b = inputBytes[i]; in match()
/external/chromium_org/third_party/icu/source/i18n/
Dcsrutf8.cpp31 const uint8_t *inputBytes = input->fRawInput; in match() local
37 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match()
43 int32_t b = inputBytes[i]; in match()
74 b = inputBytes[i]; in match()