HomeSort by relevance Sort by last modified time
    Searched refs:PercentEscaper (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscapers.java 638 new PercentEscaper(PercentEscaper.SAFECHARS_URLENCODER, true);
641 new PercentEscaper(PercentEscaper.SAFECHARS_URLENCODER, false);
644 new PercentEscaper(PercentEscaper.SAFEPATHCHARS_URLENCODER, false);
647 new PercentEscaper(PercentEscaper.SAFEQUERYSTRINGCHARS_URLENCODER, false);
650 new PercentEscaper(PercentEscaper.SAFEQUERYSTRINGCHARS_URLENCODER, true)
    [all...]
PercentEscaper.java 63 public class PercentEscaper extends UnicodeEscaper {
117 public PercentEscaper(String safeChars, boolean plusForSpace) {
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 638 new PercentEscaper(PercentEscaper.SAFECHARS_URLENCODER, true);
641 new PercentEscaper(PercentEscaper.SAFECHARS_URLENCODER, false);
644 new PercentEscaper(PercentEscaper.SAFEPATHCHARS_URLENCODER, false);
647 new PercentEscaper(PercentEscaper.SAFEQUERYSTRINGCHARS_URLENCODER, false);
650 new PercentEscaper(PercentEscaper.SAFEQUERYSTRINGCHARS_URLENCODER, true)
    [all...]
PercentEscaper.java 64 public class PercentEscaper extends UnicodeEscaper {
118 public PercentEscaper(String safeChars, boolean plusForSpace) {

Completed in 48 milliseconds