OSDN Git Service

Replace JNI portion of AndroidBidi with calls to ICU4J
authorRoozbeh Pournader <roozbeh@google.com>
Sat, 14 Oct 2017 03:48:37 +0000 (20:48 -0700)
committerRoozbeh Pournader <roozbeh@google.com>
Thu, 19 Oct 2017 18:20:46 +0000 (11:20 -0700)
commita15fd848cb21242fd362f3299bb819bf2a400c20
tree30f5b9f7b7f6783a78d834c0e7c3743161be6cbd
parentf73f9ed57068d8256ae386f7a8be6ee2dda7cbf2
Replace JNI portion of AndroidBidi with calls to ICU4J

We no longer need the native calls to ICU since we have ICU4J.

Fixes: 67786879
Test: bit FrameworksCoreTests:android.text.
Change-Id: Ib2ec93017000b4f0343756814ca388bd31457849
core/java/android/text/AndroidBidi.java
core/java/android/text/MeasuredText.java
core/jni/Android.bp
core/jni/AndroidRuntime.cpp
core/jni/android_text_AndroidBidi.cpp [deleted file]
core/tests/coretests/src/android/text/StaticLayoutBidiTest.java