aboutsummaryrefslogtreecommitdiffstats
path: root/fxbarcode/cbc_onecode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Pass WideStringViews by value.Tom Sepez2018-12-141-2/+2
| | | | | | | | | | | | Bring in-line with best practices regarding views. via: sed -i 's/const WideStringView&/WideStringView/g' `git grep -l WideStringView` Change-Id: I3a44b211d2da8a4e67273db4cdbe2534af2919b6 Reviewed-on: https://pdfium-review.googlesource.com/c/47290 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
* Convert string class namesRyan Harrison2017-09-181-2/+2
| | | | | | | | | | | | | | | | | Automated using git grep & sed. Replace StringC classes with StringView classes. Remove the CFX_ prefix and put string classes in fxcrt namespace. Change AsStringC() to AsStringView(). Rename tests from TEST(fxcrt, *String*Foo) to TEST(*String*, Foo). Couple of tests needed to have their names regularlized. BUG=pdfium:894 Change-Id: I7ca038685c8d803795f3ed02545124f7a224c83d Reviewed-on: https://pdfium-review.googlesource.com/14151 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
* Remove more |new|s, part 8Tom Sepez2017-05-021-1/+4
| | | | | | | Change-Id: I0e3f4bd33e66fd48db8371a5cc2f8db964720d08 Reviewed-on: https://pdfium-review.googlesource.com/4731 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
* Change more fxbarcode to use return values.Lei Zhang2017-04-211-23/+13
| | | | | | | Change-Id: Idcc05fb8c5a1448f552b4db5ae131ad82aef4d59 Reviewed-on: https://pdfium-review.googlesource.com/4258 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
* Move xfa/fxbarcode fxbarcode/Dan Sinclair2017-03-291-0/+78
Nothing in fxbarcode/ depends on XFA code. This CL moves xfa/fxbarcode to be fxbarcode/ and creates a static_library for fxbarcode which is depend on by the xfa library. Change-Id: I0b708737b07efb94b769a5238d92af92bc62880d Reviewed-on: https://pdfium-review.googlesource.com/3291 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>