Home
last modified time | relevance | path

Searched refs:fPatternOwned (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Drematch.cpp100 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
101 fPattern = fPatternOwned; in RegexMatcher()
119 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
124 fPattern = fPatternOwned; in RegexMatcher()
136 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
140 fPattern = fPatternOwned; in RegexMatcher()
151 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
156 fPattern = fPatternOwned; in RegexMatcher()
169 if (fPatternOwned) { in ~RegexMatcher()
170 delete fPatternOwned; in ~RegexMatcher()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Drematch.cpp100 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
101 fPattern = fPatternOwned; in RegexMatcher()
119 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
124 fPattern = fPatternOwned; in RegexMatcher()
136 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
140 fPattern = fPatternOwned; in RegexMatcher()
151 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
156 fPattern = fPatternOwned; in RegexMatcher()
169 if (fPatternOwned) { in ~RegexMatcher()
170 delete fPatternOwned; in ~RegexMatcher()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1756 RegexPattern *fPatternOwned; // Non-NULL if this matcher owns the pattern, and variable
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dregex.h1765 RegexPattern *fPatternOwned; // Non-NULL if this matcher owns the pattern, and variable