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