Home | History | Annotate | Download | only in i18n

Lines Matching refs:pattern

49  * @param segs array of UnicodeFunctors corresponding to input pattern
110 pattern = input;
121 anteContext = new StringMatcher(pattern, 0, anteContextLength,
132 key = new StringMatcher(pattern, anteContextLength, anteContextLength + keyLength,
141 int32_t postContextLength = pattern.length() - keyLength - anteContextLength;
144 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(),
169 pattern(other.pattern),
222 if (anteContextLength == pattern.length()) {
223 // A pattern with just ante context {such as foo)>bar} can
227 UChar32 c = pattern.char32At(anteContextLength);
293 int32_t len = pattern.length();
297 int32_t right2 = r2.pattern.length() - left2;
298 int32_t cachedCompare = r2.pattern.compare(left2 - left, len, pattern);
477 // Do not emit the braces '{' '}' around the pattern if there
487 // Emit the input pattern
509 // Emit the output pattern
536 UChar32 ch = pattern.char32At(i);