Searched refs:SEARCH_ESCAPE_CHAR (Results 1 – 1 of 1) sorted by relevance
342 private static final String SEARCH_ESCAPE_CHAR = "#"; field in CalendarProvider2350 Pattern.compile("([%_" + SEARCH_ESCAPE_CHAR + "])");1332 return matcher.replaceAll(SEARCH_ESCAPE_CHAR + "$1"); in escapeSearchToken()1396 sb.append(SEARCH_ESCAPE_CHAR); in constructSearchWhere()