Home | History | Annotate | Download | only in unicode

Lines Matching defs:Filter

1549      * A filter that returns TRUE if the given code point should be
1552 typedef UBool (*Filter)(UChar32 codePoint, void* context);
1555 * Given a filter, set this UnicodeSet to the code points
1556 * contained by that filter. The filter MUST be
1563 void applyFilter(Filter filter,