HomeSort by relevance Sort by last modified time
    Searched refs:nextIsChar (Results 1 - 5 of 5) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 814 boolean nextIsChar = false;
820 nextIsChar = true;
835 nextIsChar = true;
847 if (!nextIsChar && matchByte != currentByte)
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 814 bool nextIsChar = false;
820 nextIsChar = true;
835 nextIsChar = true;
847 if (!nextIsChar && matchByte != currentByte)
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 1128 Bool nextIsChar;
1216 nextIsChar = False;
1239 nextIsChar = True;
1253 nextIsChar = True;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 1129 Bool nextIsChar;
1217 nextIsChar = False;
1240 nextIsChar = True;
1254 nextIsChar = True;
    [all...]
  /external/lzma/C/
LzmaEnc.c 1128 Bool nextIsChar;
1216 nextIsChar = False;
    [all...]

Completed in 71 milliseconds