Searched refs:SparseMap (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_normalize_data.pl57 use SparseMap;
119 my $canon_class = SparseMap::Int->new(BITS => [@canon_class_bits],
125 my $decomp = SparseMap::Int->new(BITS => [@decomp_bits],
131 my $comp = SparseMap::Int->new(BITS => [@comp_bits],
137 my $upper = SparseMap::Int->new(BITS => [@casemap_bits],
141 my $lower = SparseMap::Int->new(BITS => [@casemap_bits],
147 my $casemap_ctx = SparseMap::Int->new(BITS => [@casemap_ctx_bits],
153 my $folding = SparseMap::Int->new(BITS => [@folding_bits],
H A Dgenerate_nameprep_data.pl50 use SparseMap;
96 my $map = SparseMap::Int->new(BITS => [@map_bits],
129 my $proh = SparseMap::Bit->new(BITS => [@proh_bits],
157 my $unas = SparseMap::Bit->new(BITS => [@unas_bits],
185 my $bidi = SparseMap::Int->new(BITS => [@bidi_bits],
H A DSparseMap.pm1 # $Id: SparseMap.pm,v 1.1 2003/06/04 00:27:53 marka Exp $
44 package SparseMap; package
360 package SparseMap::Bit;
365 #use SparseMap;
367 @ISA = qw(SparseMap);
437 package SparseMap::Int;
442 #use SparseMap;
444 @ISA = qw(SparseMap);

Completed in 32 milliseconds