Home | History | Annotate | Download | only in common

Lines Matching refs:cset

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