Searched refs:BASE256 (Results 1 – 4 of 4) sorted by relevance
170 if (encodingMode != Encoding::ASCII && encodingMode != Encoding::BASE256) in EncodeHighLevel()210 if (mins[EncoderIndex(Encoding::BASE256)] > 0) in LookAheadTest()211 return Encoding::BASE256; in LookAheadTest()274 charCounts[EncoderIndex(Encoding::BASE256)]++; in LookAheadTest()287 int32_t base256_count = intCharCounts[EncoderIndex(Encoding::BASE256)]; in LookAheadTest()298 return Encoding::BASE256; in LookAheadTest()
23 BASE256, enumerator24 LAST = BASE256,
47 return CBC_HighLevelEncoder::Encoding::BASE256; in GetEncodingMode()
85 case CBC_HighLevelEncoder::Encoding::BASE256: in Encode()