Searched defs:inByte (Results 1 – 7 of 7) sorted by relevance
81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext()151 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl()183 BytesTrie::next(int32_t inByte) { in next()222 int32_t inByte; in next() local
245 public Result first(int inByte) { in first()259 public Result next(int inByte) { in next()799 private Result branchNext(int pos, int length, int inByte) { in branchNext()869 private Result nextImpl(int pos, int inByte) { in nextImpl()
263 public Result first(int inByte) { in first()278 public Result next(int inByte) { in next()834 private Result branchNext(int pos, int length, int inByte) { in branchNext()904 private Result nextImpl(int pos, int inByte) { in nextImpl()
268 CInByte2 inByte; in IsFolderEncrypted() local372 CInByte2 inByte; in SetMethodToProp() local
455 CInByte2 inByte; in ParseFolderInfo() local670 CInByte2 *inByte = _inByteBack; in ReadUnpackInfo() local
201 inline UStringTrieResult first(int32_t inByte) { in first()