| Class | Description |
|---|---|
| ArchaicBlocksScanner |
Scans the Unicode.org data file format for Blocks-X.txt, from Unicode
versions 2.0, 2.1, and 3.0, populating unicodeVersion.propertyValueIntervals
and unicodeVersion.usedPropertyValueAliases.
|
| ArchaicLineBreakScanner |
Scans the Unicode.org data file format for LineBreak-X.txt for Unicode
version 3.0, populating unicodeVersion.propertyValueIntervals and
unicodeVersion.usedPropertyValueAliases.
|
| ArchaicPropListScanner |
Scans the PropList-X.X.X.txt multiple binary property Unicode.org data file
format for Unicode versions 2.0, 2.1, and 3.0.
|
| BinaryPropertiesFileScanner |
Scans the common multiple binary property Unicode.org data file format,
populating unicodeVersion.propertyValueIntervals.
|
| DerivedAgeScanner |
Scans the common single-property Unicode.org data file format
in DerivedAge.txt, populating unicodeVersion.propertyValueIntervals
for those property values representing Unicode versions less than
or equal to the Unicode version.
|
| EnumeratedPropertyFileScanner |
Scans the common single-property Unicode.org data file format, populating
unicodeVersion.propertyValueIntervals and
unicodeVersion.usedPropertyValueAliases.
|
| JFlexUnicodeMojo |
Generates source code for JFlex Unicode character property handling.
|
| NamedRange |
Internal-use class to represent code point intervals.
|
| NamedRangeSet | |
| PropertyAliasesScanner |
Scans the PropertyAliases(-X.X.X).txt Unicode.org data file format,
populating unicodeVersion.allPropertyAliases.
|
| PropertyValueAliasesScanner |
Scans the PropertyValueAliases(-X.X.X).txt Unicode.org data file format,
populating unicodeVersion.allPropertyValueAliases.
|
| ScriptExtensionsScanner |
Scans ScriptExtensions.txt and populates
unicodeVersion.propertyValueIntervals and
unicodeVersion.usedPropertyValueAliases,
using previously parsed Scripts(-X.Y.Z).txt
values for missing code points,
|
| UnicodeDataScanner | |
| UnicodePropertiesSkeleton |
This class stores the skeleton of generated UnicodeProperties.java
The skeleton consists of several parts that can be emitted to
a file.
|
| Enum | Description |
|---|---|
| DataFileType |
Copyright © 2008–2015. All rights reserved.