Home | History | Annotate | Download | only in common

Lines Matching full:mapping

16 *   Low-level Unicode character/string case mapping code.
478 * The Turkic dotless i and dotted I with their case mapping conditions
506 /* add the one simple case mapping, no matter what type it is */
549 /* start of full case mapping strings */
1165 /* no known conditional special case mapping, use a normal mapping */
1171 /* set the output pointer to the lowercase mapping */
1236 /* no known conditional special case mapping, use a normal mapping */
1241 /* start of full case mapping strings */
1301 * The result may be a simple mapping, i.e., a single code point, or
1302 * a full mapping, i.e., a string.
1303 * If the case folding for a code point is the same as its simple (1:1) lowercase mapping,
1304 * then only the lowercase mapping is stored.
1315 # - For non-Turkic languages, this mapping is normally not used.
1316 # - For Turkic languages (tr, az), this mapping can be used instead of the normal mapping for these characters.
1338 /* return the simple case folding mapping for c */
1442 /* start of full case mapping strings */
1471 /* case mapping properties API ---------------------------------------------- */
1502 * ICU 3.2 adds ucase.icu for case mapping properties.
1563 /* return the simple case folding mapping for c */
1571 /* case mapping properties */