Lines Matching full:mapping
16 * Low-level Unicode character/string case mapping code.
205 * The Turkic dotless i and dotted I with their case mapping conditions
233 /* add the one simple case mapping, no matter what type it is */
276 /* start of full case mapping strings */
921 /* no known conditional special case mapping, use a normal mapping */
927 /* set the output pointer to the lowercase mapping */
992 /* no known conditional special case mapping, use a normal mapping */
997 /* start of full case mapping strings */
1057 * The result may be a simple mapping, i.e., a single code point, or
1058 * a full mapping, i.e., a string.
1059 * If the case folding for a code point is the same as its simple (1:1) lowercase mapping,
1060 * then only the lowercase mapping is stored.
1071 # - For non-Turkic languages, this mapping is normally not used.
1072 # - For Turkic languages (tr, az), this mapping can be used instead of the normal mapping for these characters.
1094 /* return the simple case folding mapping for c */
1198 /* start of full case mapping strings */
1227 /* case mapping properties API ---------------------------------------------- */
1261 /* return the simple case folding mapping for c */
1269 /* case mapping properties */