Re: Proposal: ICU4J Break Iterator API Additions
Markus Scherer <[email protected]> Tue, 20 Apr 2004 11:22:36 -0700
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Organization | IBM |
| Message-ID | <[email protected]> |
Andy Heninger wrote:
> public static final int UBRK_WORD_NONE = 0;
> public static final int UBRK_WORD_NONE_LIMIT = 100;
> public static final int UBRK_WORD_NUMBER = 100;
> ...
I think that usually ICU4J removes the "service prefix" ("UBRK_") from constants since it is
redundant with the package & class name. This would mean shortening the constants to WORD_NONE,
WORD_NONE_LIMIT, WORD_NUMBER, etc. Please check other classes.
markus