Home | History | Annotate | Download | only in i18n

Lines Matching refs:pattern

240  * @param id the pattern the parse
249 * @param canonID OUTPUT parameter. The pattern for the filter
251 * at the start, if dir is REVERSE. The pattern will be enclosed
292 UnicodeString pattern;
293 id.extractBetween(pos, ppos.getIndex(), pattern);
301 // In the forward direction, append the pattern to the
307 pattern.insert(0, OPEN_REV);
308 pattern.append(CLOSE_REV);
310 canonID->append(pattern).append(ID_DELIM);
313 pattern.insert(0, OPEN_REV);
314 pattern.append(CLOSE_REV);
316 canonID->insert(0, pattern);
317 canonID->insert(pattern.length(), ID_DELIM);
342 * @param id the pattern the parse
693 * @param allowFilter2 if TRUE, a UnicodeSet pattern is allowed
699 * pattern is returned in the Specs object, otherwise the returned