Searched defs:inByte (Results 1 – 6 of 6) sorted by relevance
79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext()149 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl()181 BytesTrie::next(int32_t inByte) { in next()220 int32_t inByte; in next() local
212 public Result first(int inByte) { in first()227 public Result next(int inByte) { in next()779 private Result branchNext(int pos, int length, int inByte) { in branchNext()849 private Result nextImpl(int pos, int inByte) { in nextImpl()
196 public Result first(int inByte) { in first()210 public Result next(int inByte) { in next()744 private Result branchNext(int pos, int length, int inByte) { in branchNext()814 private Result nextImpl(int pos, int inByte) { in nextImpl()
269 CInByte2 inByte; in IsFolderEncrypted() local373 CInByte2 inByte; in SetMethodToProp() local
497 CInByte2 inByte; in ParseFolderInfo() local700 CInByte2 *inByte = _inByteBack; in ReadUnpackInfo() local
163 inline UStringTrieResult first(int32_t inByte) { in first()