Home | History | Annotate | Download | only in common

Lines Matching full:mapping

16 *   Low-level Unicode character/string case mapping code.
169 /* string case mapping functions */
214 * either to itself (in which case in-place mapping functions do nothing),
219 * Mapping to self: Negative values (~self instead of -self to support U+0000)
221 * Mapping to another code point: Positive values >UCASE_MAX_STRING_LENGTH
223 * Mapping to a string: The string length (0..UCASE_MAX_STRING_LENGTH) is
230 * Get the full lowercase mapping for c.
232 * @param csp Case mapping properties.
238 * @param pString If the mapping result is a string, then the pointer is
339 /* no exception: bits 15..7 are a 9-bit signed case mapping delta */