Home | History | Annotate | Download | only in common

Lines Matching full:cset

1724  * Converts the char set cset into a Unicode set uset.
1725 * @param cset Set of 256 bit flags corresponding to a set of chars.
1729 charSetToUSet(uint32_t cset[8], const USetAdder *sa) {
1745 if(SET_CONTAINS(cset, i)) {