Home | History | Annotate | Download | only in genpname

Lines Matching refs:Unicode

18 # more than 2 names per property|value.  Currently (Unicode 3.2) there
25 # appear in a future version of Unicode, modify this script to support
62 my $HEADER_DIR = "$ICU_DIR/source/common/unicode";
68 # Used to make "n/a" property [value] aliases (Unicode or Synthetic) unique
110 # like space in addition to WSpace and White_Space in Unicode 4.1.
132 $me: Reads ICU4C headers and Unicode data files and creates
135 $lm property|value aliases in the Unicode data files.
140 source/common/unicode/uchar.h
141 source/common/unicode/uscript.h
148 The Unicode versions of all input files must match.
188 # in PropertyValueAliases.txt until Unicode 5.0.
189 # Starting with Unicode 5.1, PropertyValueAliases.txt does have
197 # Emit the combined data from headers and the Unicode database as a
201 # @param Unicode version, as a string
222 * Unicode version: $version
229 # Emit Unicode version
230 print "/* Unicode version $version */\n";
282 # for a property or property value. The Unicode data files specify
283 # that there may be more than 2, although as of Unicode 3.2 there
421 # @param directory containin Unicode data files
423 # @return hash ref, Unicode version
507 die "Error: Mismatched Unicode versions\n$msg"
633 # as of Unicode 4.0.
694 # but we check both for completeness. As of Unicode
765 # Unicode version of the file. The special key '_family' holds a
854 # will map to the Unicode version of the file.
905 # Starting with Unicode 4.1, PropertyValueAliases.txt contains
907 # For use with older Unicode data files, we add here a Qaac->Coptic entry.
908 # This should not do anything for 4.1-and-later Unicode data files.
909 # See also UAX #24: Script Names http://www.unicode.org/unicode/reports/tr24/
914 # binary properties (until Unicode 5.0 NOT from PropertyValueAliases.txt).
916 # Starting with Unicode 5.1, PropertyValueAliases.txt does have values
920 # Unicode 5.1 and later: Make the numeric value the key.
926 # Unicode 5.0 and earlier: Add manually.
936 # to the Unicode version of the file.
938 # As of Unicode 4.0, the names in the Blocks.txt are no longer the
997 # Read the uscript.h file and compile a mapping of Unicode symbols to
1076 # Read the uchar.h file and compile a mapping of Unicode symbols to
1091 # NOTE: The special key _version will map to the Unicode version of
1263 # print "Unicode version: ", $version, "\n";