Home | History | Annotate | Download | only in common

Lines Matching full:case

16 *   Low-level Unicode character/string case mapping code.
71 * Accepts both 2- and 3-letter codes and accepts case variants.
87 * that are relevant for case-insensitive string comparison.
95 * that are relevant for case folding (of a single string or code point).
116 * Adds all simple case mappings and the full case folding for c to sa,
117 * and also adds special case closure mappings.
128 * Maps the string to single code points and adds the associated case closure
130 * The string is mapped to code points if it is their full case folding string.
131 * In other words, this performs a reverse full case folding and then
132 * adds the case closure items of the resulting code points.
146 /** @return same as ucase_getType(), or <0 if c is case-ignorable */
156 /* string case mapping functions */
159 * Iterator function for string case mappings, which need to look at the
167 * The code point being case-mapped itself is never returned by
194 * For string case mappings, a single character (a code point) is mapped
195 * either to itself (in which case in-place mapping functions do nothing),
213 * @param csp Case mapping properties.
276 /* format "cAsE" */
294 /* definitions for 16-bit case properties word ------------------------------ */
318 /* no exception: bits 15..6 are a 10-bit signed case mapping delta */
326 /* case-ignorable uses one of the delta bits, see gencase/store.c */
370 /* definitions for lengths word for full case mappings */
380 /* constants for reverse case folding ("unfold") data */