Lines Matching full:folding
9 # Case Folding Properties
12 # It provides a case folding mapping generated from the Unicode Character Database.
18 # (where string lengths don't change), and implementations that allow full case folding
24 # NOTE: case folding does not preserve normalization formats!
26 # For information on case folding, including how to have case folding
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 separated by spaces.
40 # S: simple case folding, mappings to single characters where different from F.
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