Home | History | Annotate | Download | only in unicode

Lines Matching defs:set

78  * The set of normalization boundaries returned by these functions may not be
231 * @param options Options bit set, usually 0. See U_OMIT_UNCHANGED_TEXT and U_EDITS_NO_RESET.
295 * @param decomposition String object which will be set to c's
322 * @param decomposition String object which will be set to c's
492 * Normalizes portions of the text contained in the filter set and leaves
493 * portions not contained in the filter set unchanged.
505 * and a filter set.
508 * The filter set should be frozen; otherwise the performance will suffer greatly.
514 norm2(n2), set(filterSet) {}
549 * @param options Options bit set, usually 0. See U_OMIT_UNCHANGED_TEXT and U_EDITS_NO_RESET.
611 * @param decomposition String object which will be set to c's
625 * @param decomposition String object which will be set to c's
768 const UnicodeSet &set;