OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Escaper
(Results
1 - 5
of
5
) 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
.
/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
.
/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
...]
/external/icu4c/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
...]
/libcore/benchmarks/libs/
caliper.jar
Completed in 778 milliseconds