Searched refs:inputBytes (Results 1 – 3 of 3) sorted by relevance
31 const uint8_t *inputBytes = input->fRawInput; in match() local37 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()
1148 uint8_t *CharsetRecog_IBM420_ar::unshape(const uint8_t *inputBytes, int32_t inputBytesLength, int32… in unshape() argument1149 uint8_t *resultArray = unshapeLamAlef(inputBytes, inputBytesLength, length); in unshape()1160 uint8_t *CharsetRecog_IBM420_ar::unshapeLamAlef(const uint8_t *inputBytes, int32_t inputBytesLength… in unshapeLamAlef() argument1170 if (isLamAlef(inputBytes[i])) { in unshapeLamAlef()1174 bigBuffer[bufferIndex++] = inputBytes[i]; in unshapeLamAlef()
258 uint8_t *unshapeLamAlef(const uint8_t *inputBytes, int32_t inputBytesLength, int32_t &length);259 uint8_t *unshape(const uint8_t *inputBytes, int32_t inputBytesLength, int32_t &length);