Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

265  * Creates a set from the given pattern.  See the UnicodeSet class
266 * description for the syntax of the pattern language.
267 * @param pattern a string specifying what characters are in the set
268 * @param patternLength the length of the pattern, or -1 if null
274 uset_openPattern(const UChar* pattern, int32_t patternLength,
278 * Creates a set from the given pattern. See the UnicodeSet class
279 * description for the syntax of the pattern language.
280 * @param pattern a string specifying what characters are in the set
281 * @param patternLength the length of the pattern, or -1 if null
283 * @param options bitmask for options to apply to the pattern.
289 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
371 * pattern. See the UnicodeSet class description for the syntax of
372 * the pattern language. See also the User Guide chapter about UnicodeSet.
373 * <em>Empties the set passed before applying the pattern.</em>
375 * @param set The set to which the pattern is to be applied.
376 * @param pattern A pointer to UChar string specifying what characters are in the set.
377 * The character at pattern[0] must be a '['.
379 * @param options A bitmask for options to apply to the pattern.
381 * @param status Returns an error if the pattern cannot be parsed.
384 * of the parsed pattern.
392 const UChar *pattern, int32_t patternLength,
464 * Return true if the given position, in the given pattern, appears
465 * to be the start of a UnicodeSet pattern.
467 * @param pattern a string specifying the pattern
468 * @param patternLength the length of the pattern, or -1 if NULL
473 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,