Big RSS Expanded changelist -- thank you authors
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 10 May 2010 19:18:50 +0000 (19:18 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 10 May 2010 19:18:50 +0000 (19:18 +0000)
commit1366f61518b0914bfdc8eff8bcbd863e780e3ffc
treea217b3138f3f78fadca8d090bd4df121a0a6e7c3
parent8674494185c1672cd5d95302a7492f6f2eb3d5cf
Big RSS Expanded changelist -- thank you authors

git-svn-id: http://zxing.googlecode.com/svn/trunk@1350 59b500cc-1b3d-0410-9834-0bbf25fbcc57
398 files changed:
AUTHORS
core/src/com/google/zxing/BarcodeFormat.java
core/src/com/google/zxing/MultiFormatReader.java
core/src/com/google/zxing/client/result/ExpandedProductParsedResult.java [new file with mode: 0644]
core/src/com/google/zxing/client/result/ExpandedProductResultParser.java [new file with mode: 0644]
core/src/com/google/zxing/client/result/ResultParser.java
core/src/com/google/zxing/oned/MultiFormatOneDReader.java
core/src/com/google/zxing/oned/rss/AbstractRSSReader.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/DataCharacter.java
core/src/com/google/zxing/oned/rss/FinderPattern.java
core/src/com/google/zxing/oned/rss/RSS14Reader.java
core/src/com/google/zxing/oned/rss/RSSUtils.java
core/src/com/google/zxing/oned/rss/expanded/BitArrayBuilder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/ExpandedPair.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/RSSExpandedReader.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AI013103decoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AI01320xDecoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AI01392xDecoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AI01393xDecoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AI013x0x1xDecoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AI013x0xDecoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AI01AndOtherAIs.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AI01decoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AI01weightDecoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AbstractExpandedDecoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/AnyAIDecoder.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/BlockParsedResult.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/CurrentParsingState.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/DecodedChar.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/DecodedInformation.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/DecodedNumeric.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/DecodedObject.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/FieldParser.java [new file with mode: 0644]
core/src/com/google/zxing/oned/rss/expanded/decoders/GeneralAppIdDecoder.java [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/1.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/1.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/10.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/10.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/11.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/11.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/12.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/12.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/13.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/13.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/14.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/14.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/15.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/15.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/16.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/16.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/17.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/17.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/18.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/18.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/19.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/19.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/2.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/2.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/20.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/20.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/21.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/21.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/22.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/22.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/23.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/23.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/24.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/24.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/25.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/25.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/26.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/26.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/27.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/27.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/28.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/28.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/29.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/29.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/3.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/3.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/30.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/30.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/31.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/31.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/32.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/32.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/4.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/4.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/5.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/5.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/6.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/6.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/7.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/7.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/8.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/8.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/9.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-1/9.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/12.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/12.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/13.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/13.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/16.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/16.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/17.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/17.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/18.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/18.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/18b.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/18b.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/19.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/19.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/21.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/21.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_01.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_01.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_02.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_02.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_03.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_03.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_04.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_04.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_05.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_05.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_06.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_06.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_07.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_07.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_09.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/3_09.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_00.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_00.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_01.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_01.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_02.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_02.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_03.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_03.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_04.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_04.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_05.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/4_05.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/5.jpg [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-2/5.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/1.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/1.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/10.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/10.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/100.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/100.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/101.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/101.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/102.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/102.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/103.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/103.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/104.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/104.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/105.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/105.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/106.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/106.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/107.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/107.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/108.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/108.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/109.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/109.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/11.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/11.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/110.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/110.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/111.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/111.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/112.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/112.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/113.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/113.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/114.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/114.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/115.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/115.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/116.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/116.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/117.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/117.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/12.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/12.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/13.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/13.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/14.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/14.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/15.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/15.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/16.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/16.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/17.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/17.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/18.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/18.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/19.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/19.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/2.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/2.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/20.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/20.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/21.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/21.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/22.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/22.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/23.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/23.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/24.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/24.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/25.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/25.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/26.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/26.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/27.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/27.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/28.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/28.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/29.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/29.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/3.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/3.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/30.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/30.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/31.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/31.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/32.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/32.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/33.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/33.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/34.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/34.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/35.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/35.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/36.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/36.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/37.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/37.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/38.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/38.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/39.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/39.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/4.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/4.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/40.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/40.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/41.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/41.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/42.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/42.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/43.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/43.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/44.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/44.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/45.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/45.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/46.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/46.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/47.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/47.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/48.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/48.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/49.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/49.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/5.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/5.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/50.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/50.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/51.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/51.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/52.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/52.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/53.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/53.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/54.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/54.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/55.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/55.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/56.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/56.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/57.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/57.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/58.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/58.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/59.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/59.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/6.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/6.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/60.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/60.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/61.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/61.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/62.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/62.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/63.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/63.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/64.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/64.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/65.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/65.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/66.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/66.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/67.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/67.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/68.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/68.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/69.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/69.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/7.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/7.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/70.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/70.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/71.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/71.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/72.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/72.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/73.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/73.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/74.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/74.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/75.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/75.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/76.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/76.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/77.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/77.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/78.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/78.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/79.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/79.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/8.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/8.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/80.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/80.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/81.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/81.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/82.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/82.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/83.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/83.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/84.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/84.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/85.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/85.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/86.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/86.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/87.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/87.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/88.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/88.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/89.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/89.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/9.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/9.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/90.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/90.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/91.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/91.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/92.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/92.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/93.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/93.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/94.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/94.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/95.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/95.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/96.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/96.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/97.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/97.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/98.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/98.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/99.png [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/99.txt [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/generate.py [new file with mode: 0644]
core/test/data/blackbox/rssexpanded-3/generation.config [new file with mode: 0644]
core/test/src/com/google/zxing/client/result/ExpandedProductParsedResultTestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/BinaryUtil.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/BinaryUtilTest.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/BitArrayBuilderTest.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/ExpandedInformationDecoderTest.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/RSSExpandedBlackBox1TestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/RSSExpandedBlackBox2TestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/RSSExpandedBlackBox3TestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/RSSExpandedImage2binaryTestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/RSSExpandedImage2resultTestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/RSSExpandedImage2stringTestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/RSSExpandedInternalTestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/decoders/AI01_3103_DecoderTest.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/decoders/AI01_3202_3203_DecoderTest.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/decoders/AI01_3X0X_1X_DecoderTest.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/decoders/AbstractDecoderTest.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/decoders/AnyAIDecoderTest.java [new file with mode: 0644]
core/test/src/com/google/zxing/oned/rss/expanded/decoders/FieldParserTest.java [new file with mode: 0644]