0
Files
src/third_party
Xiaocheng Hu ebf57fc655 [counter-style] Refactor the legacy CJK algorithms
This patch refactors the legacy implementation of the CJK counter styles
by:

- Removing the handing of negative numbers, so that we can use unsigned
  in the algorithm and handle -2147483648 correctly. Note that negative
  sign is already handled by the caller GenerateRepresentation()

- Moving some code to make the code for CJK algorithms more compact

This is the last patch for the clean up of the legacy counter style
implementation.

Bug: 1228531
Change-Id: I59e18980b27c5f03f73e0178e9be0db9cfa6c430
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3036216
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#905375}
2021-07-26 19:47:24 +00:00
..
2021-07-19 22:23:47 +00:00
2021-07-01 22:57:58 +00:00
2021-07-01 22:57:58 +00:00
2021-07-19 22:23:47 +00:00
2021-07-14 23:20:36 +00:00
2021-07-20 17:49:27 +00:00
2021-07-14 23:20:36 +00:00
2021-07-22 03:39:52 +00:00
2021-07-13 23:14:41 +00:00
2021-07-23 19:34:59 +00:00

The third_party directory contains sources from other projects.

For guidelines on adding a new package to the third_party directory can be found at docs/adding_to_third_party.md