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

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Escaper.java 23 * <p>For example, an XML escaper would convert the literal string {@code "Foo<Bar>"} into {@code
28 * <p>An {@code Escaper} instance is required to be stateless, and safe when used concurrently by
33 * implementing new escapers. It is strongly recommended that when implementing a new escaper you
43 public abstract class Escaper {
48 * escaper implementation.
52 * correctly, including surrogate character pairs. If the input is badly formed the escaper
72 * depending on the specific escaper implementation.
76 * correctly, including surrogate character pairs. If the input is badly formed the escaper
99 * Returns a {@link Function} that invokes {@link #escape(String)} on this escaper.
CharEscapers.java 35 // that escaper should exactly be doing.
116 * safe to use this escaper to escape attribute values. Use the
117 * {@link #xmlEscaper()} escaper to escape attribute values or if you are
437 * Returns an {@link Escaper} instance that escapes Java chars so they can be
459 * <p>This escaper has identical behavior to (but is potentially much faster
471 public static Escaper uriEscaper() {
476 * Returns an {@link Escaper} instance that escapes Java chars so they can be
501 public static Escaper uriPathEscaper() {
506 * Returns an {@link Escaper} instance that escapes Java chars so they can be
510 * string in one pass with this escaper, then the "=" and "&amp;" character
    [all...]
CharEscaper.java 27 * <p>For example, an XML escaper would convert the literal string {@code "Foo<Bar>"} into {@code
41 public abstract class CharEscaper extends Escaper {
70 * is always equivalent to {@code escaper.escape(string)}: <pre> {@code
73 * escaper.escape(sb).append(string);
187 * <p>An escaper is expected to be able to deal with any {@code char} value, so this method should
UnicodeEscaper.java 25 * An {@link Escaper} that converts literal text into a format safe for
30 * <p>For example, an XML escaper would convert the literal string {@code
43 * handle Unicode correctly if you are considering implementing a new escaper
55 public abstract class UnicodeEscaper extends Escaper {
88 * <p><b>Note:</b> When implementing an escaper, it is a good idea to override
91 * them. If the semantics of your escaper are such that code points in the
95 * <p>Note however that if your escaper does not escape characters in the
98 * that your escaper does not validate its input.
131 * <p><b>Note:</b> When implementing an escaper it is a good idea to override
246 * {@code escaper.escape(string)}: <pre>{@cod
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Escaper.java 24 * <p>For example, an XML escaper would convert the literal string {@code "Foo<Bar>"} into {@code
29 * <p>An {@code Escaper} instance is required to be stateless, and safe when used concurrently by
34 * implementing new escapers. It is strongly recommended that when implementing a new escaper you
44 public abstract class Escaper {
49 * escaper implementation.
53 * correctly, including surrogate character pairs. If the input is badly formed the escaper
73 * depending on the specific escaper implementation.
77 * correctly, including surrogate character pairs. If the input is badly formed the escaper
100 * Returns a {@link Function} that invokes {@link #escape(String)} on this escaper.
CharEscapers.java 35 // that escaper should exactly be doing.
116 * safe to use this escaper to escape attribute values. Use the
117 * {@link #xmlEscaper()} escaper to escape attribute values or if you are
437 * Returns an {@link Escaper} instance that escapes Java chars so they can be
459 * <p>This escaper has identical behavior to (but is potentially much faster
471 public static Escaper uriEscaper() {
476 * Returns an {@link Escaper} instance that escapes Java chars so they can be
501 public static Escaper uriPathEscaper() {
506 * Returns an {@link Escaper} instance that escapes Java chars so they can be
510 * string in one pass with this escaper, then the "=" and "&amp;" character
    [all...]
CharEscaper.java 28 * <p>For example, an XML escaper would convert the literal string {@code "Foo<Bar>"} into {@code
42 public abstract class CharEscaper extends Escaper {
71 * is always equivalent to {@code escaper.escape(string)}: <pre> {@code
74 * escaper.escape(sb).append(string);
188 * <p>An escaper is expected to be able to deal with any {@code char} value, so this method should
UnicodeEscaper.java 25 * An {@link Escaper} that converts literal text into a format safe for
30 * <p>For example, an XML escaper would convert the literal string {@code
43 * handle Unicode correctly if you are considering implementing a new escaper
55 public abstract class UnicodeEscaper extends Escaper {
88 * <p><b>Note:</b> When implementing an escaper, it is a good idea to override
91 * them. If the semantics of your escaper are such that code points in the
95 * <p>Note however that if your escaper does not escape characters in the
98 * that your escaper does not validate its input.
131 * <p><b>Note:</b> When implementing an escaper it is a good idea to override
246 * {@code escaper.escape(string)}: <pre>{@cod
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 239 // Document of class Escaper
309 class Escaper{
329 Escaper(CHOICE escapeLiteral = RAND,
548 Quote(Pick & base):item(base),e(Escaper::NO, Escaper::NO, Escaper::BSLASH_ONLY){
556 Escaper e;
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 105 milliseconds