sun.text |
|
Java Source File Name | Type | Comment |
CompactByteArray.java | Class | class CompactATypeArray : use only on primitive data types
Provides a compact way to store information that is indexed by Unicode
values, such as character properties, types, keyboard values, etc.This
is very useful when you have a block of Unicode data that contains
significant values while the rest of the Unicode data is unused in the
application or when you have a lot of redundance, such as where all 21,000
Han ideographs have the same value. |
CompactCharArray.java | Class | class CompactATypeArray : use only on primitive data types
Provides a compact way to store information that is indexed by Unicode
values, such as character properties, types, keyboard values, etc.This
is very useful when you have a block of Unicode data that contains
significant values while the rest of the Unicode data is unused in the
application or when you have a lot of redundance, such as where all 21,000
Han ideographs have the same value. |
CompactIntArray.java | Class | class CompactATypeArray : use only on primitive data types
Provides a compact way to store information that is indexed by Unicode
values, such as character properties, types, keyboard values, etc.This
is very useful when you have a block of Unicode data that contains
significant values while the rest of the Unicode data is unused in the
application or when you have a lot of redundance, such as where all 21,000
Han ideographs have the same value. |
ComposeData.java | Class | |
ComposedCharIter.java | Class | ComposedCharIter is an iterator class that returns all
of the precomposed characters defined in the Unicode standard, along
with their decomposed forms. |
DecompData.java | Class | |
IntHashtable.java | Class | Simple internal class for doing hash mapping. |
Normalizer.java | Class | Normalizer transforms Unicode text into an equivalent composed or
decomposed form, allowing for easier sorting and searching of text.
Normalizer supports the standard normalization forms described in
Unicode Technical Report #15.
Characters with accents or other adornments can be encoded in
several different ways in Unicode. |
NormalizerUtilities.java | Class | |
Utility.java | Class | |