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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCallback.java 56 * TO_U_CALLBACK_ESCAPE option to escape the character value accoding to C (\\xXXXX)
62 * TO_U_CALLBACK_ESCAPE context option to escape the character value accoding to XML Decimal escape \htmlonly(&#DDDD;)\endhtmlonly
68 * TO_U_CALLBACK_ESCAPE context option to escape the character value according to XML Hex escape \htmlonly(&#xXXXX;)\endhtmlonly
376 public static final Decoder TO_U_CALLBACK_ESCAPE = new Decoder() {
428 * 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 541 cc.cbDecoder = CharsetCallback.TO_U_CALLBACK_ESCAPE;
    [all...]
TestCharset.java     [all...]

Completed in 3860 milliseconds