Home | History | Annotate | Download | only in unicode

Lines Matching refs:matchSet

329  * in the string <code>matchSet</code>.
333 * @param matchSet A NUL-terminated string defining a set of code points
336 * characters in <code>matchSet</code>, or NULL if no such character is found.
340 u_strpbrk(const UChar *string, const UChar *matchSet);
344 * beginning with the first, that do not occur somewhere in <code>matchSet</code>.
348 * @param matchSet A NUL-terminated string defining a set of code points
351 * occur in <code>matchSet</code>.
356 u_strcspn(const UChar *string, const UChar *matchSet);
360 * beginning with the first, that occur somewhere in <code>matchSet</code>.
364 * @param matchSet A NUL-terminated string defining a set of code points
367 * occur in <code>matchSet</code>.
372 u_strspn(const UChar *string, const UChar *matchSet);