Home
last modified time | relevance | path

Searched defs:toUnicode (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
DTestCLDRVsICU.java176 private static final ToHex toUnicode = new ToHex(); field in TestCLDRVsICU
/external/icu/icu4c/source/common/
Ducnv_cnv.h240 UConverterToUnicode toUnicode; member
Ducnv.c1280 UConverterToUnicode toUnicode; in _toUnicodeWithCallback() local
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp1151 const char* toUnicodeName, TestFunc toUnicode){ in testChaining()
/external/libxml2/
Dencoding.c106 openIcuConverter(const char* name, int toUnicode) in openIcuConverter()
1859 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, in xmlUconvWrapper()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5168 char[][] toUnicode = {allFeaturesUTF16, germanUTF16,russianUTF16,japaneseUTF16}; in TestSCSUConverter() local