OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FROM_U_CALLBACK_ESCAPE
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCallback.java
47
// *
FROM_U_CALLBACK_ESCAPE
context option to escape the code unit according to ICU (%UXXXX)
52
*
FROM_U_CALLBACK_ESCAPE
context option to escape the code unit according to JAVA (\\uXXXX)
57
*
FROM_U_CALLBACK_ESCAPE
context option to escape the code unit according to C (\\uXXXX \\UXXXXXXXX)
63
*
FROM_U_CALLBACK_ESCAPE
context option to escape the code unit according to XML Decimal escape \htmlonly(&#DDDD;)\endhtmlonly
69
*
FROM_U_CALLBACK_ESCAPE
context option to escape the code unit according to XML Hex escape \htmlonly(&#xXXXX;)\endhtmlonly
75
*
FROM_U_CALLBACK_ESCAPE
context option to escape the code unit according to Unicode (U+XXXXX)
80
*
FROM_U_CALLBACK_ESCAPE
context option to escape the code unit according to Unicode (U+XXXXX)
299
public static final Encoder
FROM_U_CALLBACK_ESCAPE
= new Encoder() {
438
* Java port of uprv_itou() in ICU4C used by TO_U_CALLBACK_ESCAPE and
FROM_U_CALLBACK_ESCAPE
.
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java
237
cc.cbEncoder = CharsetCallback.
FROM_U_CALLBACK_ESCAPE
;
[
all
...]
TestCharset.java
[
all
...]
Completed in 334 milliseconds