/external/icu/icu4c/source/test/testdata/ |
D | test2.ucm | 32 # 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
|
D | test3.ucm | 33 # 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
|
D | test1.ucm | 26 # toUnicode result is fallback direct 29 # toUnicode result is direct non-BMP code point
|
D | test4.ucm | 36 # 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
|
D | test1bmp.ucm | 28 # toUnicode result is fallback direct
|
D | conversion.txt | 49 toUnicode {
|
/external/icu/icu4c/source/test/intltest/ |
D | testidna.h | 78 const char* toUnicodeName, TestFunc toUnicode); 110 const char* toUnicodeName, TestFunc toUnicode
|
D | testidna.cpp | 1151 const char* toUnicodeName, TestFunc toUnicode){ in testChaining() argument 1157 testChaining(buf,5,toUnicodeName, FALSE, FALSE, toUnicode); in testChaining()
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 1280 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()
|
D | ucnv_cnv.h | 240 UConverterToUnicode toUnicode; member
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/ |
D | TestCLDRVsICU.java | 176 private static final ToHex toUnicode = new ToHex(); field in TestCLDRVsICU 179 return "\u00AB" + in + "\u00BB (" + toUnicode.transliterate(in) + ")"; in showString()
|
/external/libxml2/ |
D | encoding.c | 106 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/ |
D | httpclient-4.0.3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 5168 char[][] toUnicode = {allFeaturesUTF16, germanUTF16,russianUTF16,japaneseUTF16}; in TestSCSUConverter() local 5172 CharBuffer encoderBuffer = CharBuffer.wrap(toUnicode[i]); in TestSCSUConverter()
|