Home
last modified time | relevance | path

Searched refs:toUnicode (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/testdata/
Dtest2.ucm32 # toUnicode result is fallback direct
35 # toUnicode result is direct non-BMP code point
51 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest3.ucm33 # toUnicode result is fallback direct
36 # toUnicode result is direct non-BMP code point
52 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest1.ucm26 # toUnicode result is fallback direct
29 # toUnicode result is direct non-BMP code point
Dtest4.ucm36 # toUnicode result is fallback direct
39 # toUnicode result is direct non-BMP code point
45 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest1bmp.ucm28 # toUnicode result is fallback direct
Dconversion.txt49 toUnicode {
/external/icu/icu4c/source/test/intltest/
Dtestidna.h78 const char* toUnicodeName, TestFunc toUnicode);
110 const char* toUnicodeName, TestFunc toUnicode
Dtestidna.cpp1151 const char* toUnicodeName, TestFunc toUnicode){ in testChaining() argument
1157 testChaining(buf,5,toUnicodeName, FALSE, FALSE, toUnicode); in testChaining()
/external/icu/icu4c/source/common/
Ducnv.c1280 UConverterToUnicode toUnicode; in _toUnicodeWithCallback() local
1303 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback()
1305 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets; in _toUnicodeWithCallback()
1306 if(toUnicode==NULL) { in _toUnicodeWithCallback()
1308 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback()
1357 toUnicode(pArgs, err); in _toUnicodeWithCallback()
Ducnv_cnv.h240 UConverterToUnicode toUnicode; member
/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
179 return "\u00AB" + in + "\u00BB (" + toUnicode.transliterate(in) + ")"; in showString()
/external/libxml2/
Dencoding.c106 openIcuConverter(const char* name, int toUnicode) in openIcuConverter() argument
118 if (toUnicode) { in openIcuConverter()
1859 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, in xmlUconvWrapper() argument
1877 if (toUnicode) { in xmlUconvWrapper()
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5168 char[][] toUnicode = {allFeaturesUTF16, germanUTF16,russianUTF16,japaneseUTF16}; in TestSCSUConverter() local
5172 CharBuffer encoderBuffer = CharBuffer.wrap(toUnicode[i]); in TestSCSUConverter()