Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

266  * Creates a set from the given pattern.  See the UnicodeSet class
267 * description for the syntax of the pattern language.
268 * @param pattern a string specifying what characters are in the set
269 * @param patternLength the length of the pattern, or -1 if null
275 uset_openPattern(const UChar* pattern, int32_t patternLength,
279 * Creates a set from the given pattern. See the UnicodeSet class
280 * description for the syntax of the pattern language.
281 * @param pattern a string specifying what characters are in the set
282 * @param patternLength the length of the pattern, or -1 if null
284 * @param options bitmask for options to apply to the pattern.
290 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
391 * pattern. See the UnicodeSet class description for the syntax of
392 * the pattern language. See also the User Guide chapter about UnicodeSet.
393 * <em>Empties the set passed before applying the pattern.</em>
395 * @param set The set to which the pattern is to be applied.
396 * @param pattern A pointer to UChar string specifying what characters are in the set.
397 * The character at pattern[0] must be a '['.
399 * @param options A bitmask for options to apply to the pattern.
401 * @param status Returns an error if the pattern cannot be parsed.
404 * of the parsed pattern.
412 const UChar *pattern, int32_t patternLength,
484 * Return true if the given position, in the given pattern, appears
485 * to be the start of a UnicodeSet pattern.
487 * @param pattern a string specifying the pattern
488 * @param patternLength the length of the pattern, or -1 if NULL
493 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,