Home | History | Annotate | Download | only in common

Lines Matching full:folding

204      * and case folding option make the related characters behave specially.
205 * This code matches their closure behavior to their case folding behavior.
269 /* add the full case folding */
283 /* add the full case folding string */
342 return FALSE; /* no reverse case folding data, or no string */
974 /* skip the lowercase and case-folding result strings */
1027 /* case folding ------------------------------------------------------------- */
1030 * Case folding is similar to lowercasing.
1033 * If the case folding for a code point is the same as its simple (1:1) lowercase mapping,
1041 # C: common case folding, common mappings shared by both simple and full mappings.
1042 # F: full case folding, mappings that cause strings to grow in length. Multiple characters are separated by spaces.
1043 # S: simple case folding, mappings to single characters where different from F.
1049 # A. To do a simple case folding, use the mappings with status C + S.
1050 # B. To do a full case folding, use the mappings with status C + F.
1052 # The mappings with status T can be used or omitted depending on the desired case-folding
1065 * U+0130 has no simple case folding (simple-case-folds to itself).
1068 /* return the simple case folding mapping for c */
1081 /* special case folding mappings, hardcoded */
1088 /* no simple case folding for U+0130 */
1235 /* return the simple case folding mapping for c */