Searched refs:mappings (Results 1 – 10 of 10) sorted by relevance
799 proc print_fold_test {zFunc mappings} { argument802 foreach m $mappings {949 set mappings [rd_load_unicodedata_text ${unicodedata.txt}]950 print_rd $mappings953 print_isdiacritic ${function_prefix}UnicodeIsdiacritic $mappings974 print_fold_test ${function_prefix}UnicodeFold $mappings
38 # C: common case folding, common mappings shared by both simple and full mappings.39 # F: full case folding, mappings that cause strings to grow in length. Multiple characters are sepa…40 # S: simple case folding, mappings to single characters where different from F.44 # Note that the Turkic mappings do not maintain canonical equivalence without additional proce…48 # A. To do a simple case folding, use the mappings with status C + S.49 # B. To do a full case folding, use the mappings with status C + F.51 # The mappings with status T can be used or omitted depending on the desired case-folding
31 # strings. In total, (26^4)-(26^2) mappings (the subtracted term represents32 # the no-op mappings discarded automatically by the fuzzer).
75 # Title-case mappings work122 lappend mappings [string toupper $k] [lindex $map($k) 0] 123 lappend mappings $k [lindex $map($k) 1]127 string map $::mappings [string trim $doc]
48 # Some non-ascii characters with defined case mappings
50 # an integer number of OS pages (i.e. creates mappings that are a multiple
115 # mappings to test the matchinfo() function. For example, the command above
76 # Title-case mappings work129 lappend mappings [string toupper $k] [lindex $map($k) 0] 130 lappend mappings $k [lindex $map($k) 1]134 string map $::mappings [string trim $doc]
83 # mappings to test the matchinfo() function. For example, the command above
745 mappings. Returns `this`.