OSDN Git Service

Emit 4 byte UTF-sequences in place of encoded surrogate pairs.
authorNarayan Kamath <narayan@google.com>
Fri, 13 Feb 2015 11:49:22 +0000 (11:49 +0000)
committerNarayan Kamath <narayan@google.com>
Wed, 25 Mar 2015 08:46:51 +0000 (08:46 +0000)
commite16dad1d6388b0305f13e2171308a77f42e7c682
treea56d002ba622ecce7f1310e8fac56adca6547d5a
parentebfd062af849a915bd75eebd81c6fdea15b1d8d5
Emit 4 byte UTF-sequences in place of encoded surrogate pairs.

Symmetric with a5afcfc73141e5e378d79a326d0 which converts 4 byte UTF-8
sequences to surrogate pairs.

bug: 18848397

Change-Id: I42adc275b7e0df0cbbd9d8a799e8b0447d8f5cae
runtime/jni_internal_test.cc
runtime/utf.cc
runtime/utf_test.cc