Home | History | Annotate | Download | only in common

Lines Matching defs:closure

201      * Hardcode the case closure of i and its relatives and ignore the
205 * This code matches their closure behavior to their case folding behavior.
243 const UChar *closure;
258 /* get the closure string pointer & length */
263 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */
266 closure=NULL;
296 closure=(const UChar *)pe; /* behind full case mappings */
299 /* add each code point in the closure string */
301 U16_NEXT_UNSAFE(closure, idx, c);
375 /* found the string: add each code point, and its case closure */