diff options
author | Fredrik Roubert <roubert@google.com> | 2016-10-28 16:29:17 -0700 |
---|---|---|
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | 2016-11-09 14:50:36 +0000 |
commit | f264a3d83eaa1225afb5d4bd2b9fc6b139974817 (patch) | |
tree | 1a0bf7c4503e0d65b2f1ee62f912cf232c8009e4 /annotations/generate_annotated_java_files.py | |
parent | ae7c1851b7d11f297b38646ca6c0db1fb10f9056 (diff) |
Fix DecimalFormatSymbols.maybeStripMarkers().
The spurious semicolon at the end of the if (first... statement
inadvertedly turns the statement into a no-op.
Furthermore, the if (length == 2) will not handle symbols that are
surrounded by bidi control marks (and hence have length == 3).
Added missing android-changed markers for b/26207216 changes
that added maybeStripMarkers method.
Bug: 32465689
Test: cts-tradefed run cts --abi arm64-v8a -m CtsLibcoreTestCases
Change-Id: Ia89df3a1e67dcd9d54581aa0a99627ba30c0b3fa
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions