Searched defs:inByte (Results 1 – 6 of 6) 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
200 public Result first(int inByte) { in first()214 public Result next(int inByte) { in next()754 private Result branchNext(int pos, int length, int inByte) { in branchNext()824 private Result nextImpl(int pos, int inByte) { in nextImpl()
214 public Result first(int inByte) { in first()229 public Result next(int inByte) { in next()785 private Result branchNext(int pos, int length, int inByte) { in branchNext()855 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
165 inline UStringTrieResult first(int32_t inByte) { in first()