| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Merge commit 'd9f8adbfa912c24fb29d2a7e2ce7421a3f96ef82'
* commit 'd9f8adbfa912c24fb29d2a7e2ce7421a3f96ef82':
Make Resources$DefaultTimeZones preloadable again.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
http://s9/81864 was a premature optimization that stopped the timezone data
being loaded in the zygote. So instead of paying the (admittedly large) time
and space costs once in the zygote, we now pay them once per application.
Revert the problematic parts of that change. Note that this isn't simply a
reverse patch:
1. I've changed the comment to make it clear that although
this *looks* like idiomatic lazy initialization, it's actually the opposite.
A comment to that effect might have prevented this code from being broken.
2. I've left the last two hunks of the original patch stand, because they
appear reasonable but unrelated.
Bug: 1941311, 1819285.
|
| |
| |
| |
| |
| | |
For want of an 'extern "C"', we seem to have grown several duplicates of
icu4jni_error.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Note that the changes to DecimalFormatInterface.cpp and RBNFInterface.cpp
are just minor tidy-ups, fixing an issue where the early error exit wouldn't
call ReleaseStringChars to undo the earlier call to GetStringChars. Also
remove a dead function and fix a comment in ExpatParser.cpp.
Tested on sapphire-eng.
Bug: 1639287
|
|\ \
| |/
|/|
| |
| | |
* changes:
Use GetByteArrayRegion instead of GetByteArrayElements.
|
| |
| |
| |
| |
| |
| |
| |
| | |
I've also cleaned up the two calls to free(3) in ubidi_close; the former had
an unnecessary NULL check, and the latter was indented as if it belonged to the
if (but didn't).
Tested on sapphire-eng.
|
|/
|
|
|
|
| |
buffer boundary
BUG=2033986
|
|
|
|
| |
This avoids a "LOG_TAG redefined" warning from log.h.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
CharsetDecoderICU.
Merge commit 'e406b316295f07d40679ce2372051c3b2bce5de4'
* commit 'e406b316295f07d40679ce2372051c3b2bce5de4':
Bug 1844104: Fix buffer overwrite bugs in CharsetEncoderICU and CharsetDecoderICU.
|
| |
| |
| |
| |
| |
| | |
CharsetDecoderICU.
And add unit test.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '08eacd482ca9988b021a9e9e6c8bec573d6e4057'
* commit '08eacd482ca9988b021a9e9e6c8bec573d6e4057':
AI 148694: Manually copied from cupcake_dcm CL 148669-p9. When resetting the
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
mode of the encoder, clear the leftover input & output buffers.
This claims to fix buffer overwriting we're seeing during account
sync and message download.
BUG=1822859
Automated import of CL 148694
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|