Searched refs:fPatternOwned (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 93 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 94 fPattern = fPatternOwned; in RegexMatcher() 112 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 117 fPattern = fPatternOwned; in RegexMatcher() 129 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 133 fPattern = fPatternOwned; in RegexMatcher() 144 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 149 fPattern = fPatternOwned; in RegexMatcher() 162 if (fPatternOwned) { in ~RegexMatcher() 163 delete fPatternOwned; in ~RegexMatcher() [all …]
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | rematch.cpp | 93 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 94 fPattern = fPatternOwned; in RegexMatcher() 112 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 117 fPattern = fPatternOwned; in RegexMatcher() 129 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 133 fPattern = fPatternOwned; in RegexMatcher() 144 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 149 fPattern = fPatternOwned; in RegexMatcher() 162 if (fPatternOwned) { in ~RegexMatcher() 163 delete fPatternOwned; in ~RegexMatcher() [all …]
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | rematch.cpp | 93 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 94 fPattern = fPatternOwned; in RegexMatcher() 112 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 117 fPattern = fPatternOwned; in RegexMatcher() 129 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 133 fPattern = fPatternOwned; in RegexMatcher() 144 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher() 149 fPattern = fPatternOwned; in RegexMatcher() 162 if (fPatternOwned) { in ~RegexMatcher() 163 delete fPatternOwned; in ~RegexMatcher() [all …]
|
/external/cronet/tot/third_party/icu/source/i18n/unicode/ |
D | regex.h | 1794 RegexPattern *fPatternOwned; // Non-nullptr if this matcher owns the pattern, and variable
|
/external/icu/libicu/cts_headers/unicode/ |
D | regex.h | 1794 RegexPattern *fPatternOwned; // Non-nullptr if this matcher owns the pattern, and variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1794 RegexPattern *fPatternOwned; // Non-nullptr if this matcher owns the pattern, and variable
|
/external/cronet/stable/third_party/icu/source/i18n/unicode/ |
D | regex.h | 1794 RegexPattern *fPatternOwned; // Non-nullptr if this matcher owns the pattern, and variable
|