History log of /libcore/luni/src/main/java/java/text/RuleBasedBreakIterator.java
Revision Date Author Comments
015843683630bd8e8f060c052ecd2e5a804a8396 08-Oct-2012 Elliott Hughes <enh@google.com> Rewrite NativeBreakIterator to use refreshInputText.

Requires icu4c >= 4.9, or a backport of the fix to icu4c bug
http://bugs.icu-project.org/trac/ticket/8490.

(cherry-pick of db1a2e3641d679faf34ce6532c487ab0236550a1.)

Bug: 7288264
Bug: 7307154
Change-Id: Ic8e5be2d345e2b2aa2873ab9bf35b1273199d227
db1a2e3641d679faf34ce6532c487ab0236550a1 08-Oct-2012 Elliott Hughes <enh@google.com> Rewrite NativeBreakIterator to use refreshInputText.

Requires icu4c >= 4.9, or a backport of the fix to icu4c bug
http://bugs.icu-project.org/trac/ticket/8490.

(cherry-pick of 885c45a58bff9a2eeb2040ea43f1ab88cf1bf1db.)

Bug: 7288264
Bug: 7307154
Change-Id: Ibf22f9e9b1ebbaabaa3f70ad8459a16bff8364c4
b78750f753a3496a694753127c3cc3d2cd80566f 07-Apr-2011 Gilles Debunne <debunne@google.com> BreakIterator offset check modified.

This may be related to http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4177479

An offset equal to the length of the text (cursor located AFTER the last character)
is a valid CharIterator index per the specifications.

Renamed OldBreakIterator and added tests to exercise the changes.
Same behavior as the Reference Implementation.

Change-Id: I7e339bcff0049bde7d04b750c72d45e3f4393186
c27a366a89e470690e99374b15270e7b9169ade1 02-Oct-2010 Elliott Hughes <enh@google.com> More icu4jni reshuffling.

Bug: 3045778
Change-Id: Iafb367f97d1fb169c6106adad0525cfcc0e10f25
ae704b984c10a63883cc366e823d53902d6ac7a9 21-Sep-2010 Elliott Hughes <enh@google.com> Minor tidy-up.

The nio implementation is still a bit of a mess because Java doesn't have any
kind of "module" concept, nor "friend". But this makes it a little less untidy,
and makes the deliberate access control subversions a little more explicit, and
makes various things less accessible than they were.

Change-Id: I514b1e24000b91f86b768ed408fedae115dc3080
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni