Searched refs:symbolLength (Results 1 – 4 of 4) sorted by relevance
60 public EncodingOption(EncodingType type, int symbolLength) { in EncodingOption() argument62 mSymbolLength = symbolLength; in EncodingOption()
526 int symbolLength = mSessionConfig.getEncoding().getSymbolLength(); in doPairingPhase() local527 int nonceLength = symbolLength / 2; in doPairingPhase()
393 encoding.symbolLength = enc.getSymbolLength(); in toProto()576 return new EncodingOption(type, enc.symbolLength); in fromProto()
265 symbolLength = self.lengthTable[index]266 if symbolLength<=mid:268 return symbolLength, Symbol(self, index)