Home | History | Annotate | Download | only in common

Lines Matching refs:applyPattern

343             applyPattern(pattern, USET_IGNORE_SPACE, NULL, status);
372 applyPattern(pattern, options, symbols, status);
393 applyPattern(pattern, pos, options, symbols, status);
403 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern,
405 return applyPattern(pattern, USET_IGNORE_SPACE, NULL, status);
417 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern,
426 applyPattern(pattern, pos, options, symbols, status);
442 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern,
454 applyPattern(chars, symbols, rebuiltPat, options, status);
511 void UnicodeSet::applyPattern(RuleCharacterIterator& chars,
651 nested->applyPattern(chars, symbols, patLocal, options, ec);