History log of /libcore/ojluni/src/main/native/Character.cpp
Revision Date Author Comments
cab01ac294bb8ded259851673baa4c6ca226f828 19-Jul-2017 Steven Moreland <smoreland@google.com> libcore: use proper nativehelper headers

libnativeheader exports headers under nativeheader. These were
available before incorrectly as global headers in order to give
access to jni.h.

Test: modules using libcore find headers
Bug: 63762847
Change-Id: Ic5873017bcf4d1c6e0873d7030ce56ee597b580d
fa5b565a3f6c6d7cbd6106ee8d360304c3a939a3 17-Feb-2017 Igor Murashkin <iam@google.com> jni: Switch to @FastNative for all JNI functions.

Switches all (248) methods that previously used !bang JNI in art/libcore
to all use @FastNative.

As a nice benefit, this should be about 1.5x faster than before for those method calls.
This measures out to a 3% startup time improvement for system_server.

Test: make test-art-host
Bug: 34955272
Change-Id: I0881f401c7660c79f275235362777bfa58241deb
dcdf8113bed8181e2210b1379615cf772ce9b7fa 13-Nov-2015 Przemyslaw Szczepaniak <pszczepaniak@google.com> java.lang.Character implemented using icu4c

Removed CharacterData* and CharacterName classes.
+ bugfixes from mnc

Bug: 25442844
Change-Id: I8c20cdf32ca3530dc425c8117c637769463c1f93
(cherry picked from commit 2614ae16db0daf146227484c8e712dcbcc11e964)
2614ae16db0daf146227484c8e712dcbcc11e964 13-Nov-2015 Przemyslaw Szczepaniak <pszczepaniak@google.com> java.lang.Character implemented using icu4c DO NOT MERGE

Removed CharacterData* and CharacterName classes.
+ bugfixes from mnc

No longer breaks the build.

Bug: 25442844
Change-Id: I8c20cdf32ca3530dc425c8117c637769463c1f93
a5f312ce8bab81a5e658f4603874c98d95844c43 12-Nov-2015 Qiwen Zhao <zhao@google.com> break build.

Revert "java.lang.Character implemented using icu4c DO NOT MERGE"

This reverts commit c307caca005e95d33684a5d0c24d85ff2428c72a.

Change-Id: I1c8b6f7ba7b28d578b8081c409d6b8a774918284
c307caca005e95d33684a5d0c24d85ff2428c72a 03-Nov-2015 Przemyslaw Szczepaniak <pszczepaniak@google.com> java.lang.Character implemented using icu4c DO NOT MERGE

Removed CharacterData* and CharacterName classes.
+ bugfixes from mnc

Bug: 25442844
Change-Id: Iec64a29a6d2d70a5f4fcc1ada2c2446339965880