2004-05-05 Guilhem Lavaux <guilhem@kaffe.org>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 May 2004 22:05:25 +0000 (22:05 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 May 2004 22:05:25 +0000 (22:05 +0000)
commit3df4f9dc665ecadab78f9beacc3ab9b196ba2fd6
treee0ce48549a010894fe7a89c76653ebe0d5d2d9ea
parent5ccc4a9c16b9aecebd29ba8e752a0e2915e64d53
2004-05-05  Guilhem Lavaux <guilhem@kaffe.org>

* java/text/MessageFormat.java:
(class Field): New class.
(formatToCharacterIterator): New method.
(format): Use formatInternal now.
(formatInternal): New method. String formatter should
be done here (with attributes). Attributes merging supported.
(parse): More documentation.
(getFormatsByArgumentIndex): New method.
(setFormatByArgumentIndex): New method.
(setFormatsByArgumentIndex): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81492 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/text/MessageFormat.java