com.ibm.icu.impl.data
Class BreakIteratorRules

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.icu.impl.data.BreakIteratorRules

public class BreakIteratorRules
extends java.util.ListResourceBundle

Default break-iterator rules. These rules are more or less general for all locales, although there are probably a few we're missing. The behavior currently mimics the behavior of BreakIterator in JDK 1.2. There are known deficiencies in this behavior, including the fact that the logic for handling CJK characters works for Japanese but not for Chinese, and that we don't currently have an appropriate locale for Thai. The resources will eventually be updated to fix these problems.


Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
BreakIteratorRules()
           
 
Method Summary
 java.lang.Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakIteratorRules

public BreakIteratorRules()
Method Detail

getContents

public java.lang.Object[][] getContents()
Overrides:
getContents in class java.util.ListResourceBundle


Copyright (c) 2001 IBM Corporation and others.