summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/java/lang/Character.java
Commit message (Expand)AuthorAgeFilesLines
* autoclose all <a name> tags so they don't disappear on web sitesmain@google.com2014-10-221-1/+1
* Fix Character.getDirectionality.Elliott Hughes2014-07-291-10/+13
* Remove.Elliott Hughes2014-07-071-420/+0
* Fix javadoc for Character.UnicodeScript.Narayan Kamath2014-01-201-1/+3
* java7: Implement Character.UnicodeScriptNarayan Kamath2014-01-131-4/+427
* Fix Character.isWhitespace and Character.isSpaceChar.Elliott Hughes2013-07-031-45/+44
* Implement Character.isAlphabetic and Character.isIdeographic.Elliott Hughes2013-07-011-0/+13
* Bring Character.UnicodeBlock up to Unicode 6.0.Elliott Hughes2013-07-011-658/+634
* Simplify Character.UnicodeBlock.Elliott Hughes2013-06-281-156/+140
* Fix @deprecated javadoc orthography.Elliott Hughes2013-06-061-3/+3
* Un-@hide various APIs.Elliott Hughes2013-05-131-10/+7
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-141-10/+10
* Fix Character's javadoc table of Unicode categories.Elliott Hughes2011-08-101-2/+2
* Suppress some FindBugs warnings.Elliott Hughes2011-05-201-2/+3
* Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3)Brian Carlstrom2011-04-291-1/+1
* Add missing @hide tag to Character.getName.Elliott Hughes2011-02-281-0/+2
* Add new java.lang.Character functionality.Elliott Hughes2011-02-281-18/+95
* Use int.class instead of Integer.TYPE (et cetera) for clarity.Elliott Hughes2011-02-081-2/+1
* Remove useless android-changed comments.Elliott Hughes2011-01-131-10/+2
* Lots more bounds-checking/exception-throwing consistency.Elliott Hughes2010-12-101-17/+5
* Rewrite all backwards comparisons.Elliott Hughes2010-12-091-1/+1
* Apply various Intellij quick fixes to java.lang.Elliott Hughes2010-12-081-57/+3
* Minor cleanup of java.lang.Character.Elliott Hughes2010-12-071-8/+23
* Document Unicode versions and that we don't support the locale spi junk.Elliott Hughes2010-09-121-3/+6
* Clean up some dead/useless code.Elliott Hughes2010-08-111-12/+0
* Remove UCharacter's unnecessary layer of indirection.Elliott Hughes2010-07-221-153/+205
* Various broken tests.Elliott Hughes2010-06-141-14/+6
* www.ietf.org is the canonical home for RFCs.Elliott Hughes2010-06-101-2/+2
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-2/+2
* Documentation improvements.Elliott Hughes2010-05-111-1/+49
* Make java.lang.Character fast.Elliott Hughes2009-12-161-241/+183
* Rewrote all the toString and bit twiddling code in Integer and Long usingJoshua Bloch2009-12-151-23/+14
* Make java.util.Formatter perform acceptably (and fix two jtreg failures).Elliott Hughes2009-12-031-17/+14
* Integrate luni module (but not tests) to Harmony r772995.Jesse Wilson2009-07-241-737/+684
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+3327
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-3327/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-801/+1098
* Initial ContributionThe Android Open Source Project2008-10-211-0/+3030