Home | History | Annotate | Download | only in common

Lines Matching full:mapping

16 *   Low-level Unicode character/string case mapping code.
206 * The Turkic dotless i and dotted I with their case mapping conditions
234 /* add the one simple case mapping, no matter what type it is */
277 /* start of full case mapping strings */
922 /* no known conditional special case mapping, use a normal mapping */
928 /* set the output pointer to the lowercase mapping */
993 /* no known conditional special case mapping, use a normal mapping */
998 /* start of full case mapping strings */
1058 * The result may be a simple mapping, i.e., a single code point, or
1059 * a full mapping, i.e., a string.
1060 * If the case folding for a code point is the same as its simple (1:1) lowercase mapping,
1061 * then only the lowercase mapping is stored.
1072 # - For non-Turkic languages, this mapping is normally not used.
1073 # - For Turkic languages (tr, az), this mapping can be used instead of the normal mapping for these characters.
1095 /* return the simple case folding mapping for c */
1199 /* start of full case mapping strings */
1228 /* case mapping properties API ---------------------------------------------- */
1262 /* return the simple case folding mapping for c */
1270 /* case mapping properties */