/external/icu/icu4c/source/test/testdata/ |
D | test2.ucm | 34 # toUnicode result is fallback direct 37 # toUnicode result is direct non-BMP code point 53 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | test3.ucm | 35 # toUnicode result is fallback direct 38 # toUnicode result is direct non-BMP code point 54 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | test4.ucm | 38 # toUnicode result is fallback direct 41 # toUnicode result is direct non-BMP code point 47 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | test1.ucm | 28 # toUnicode result is fallback direct 31 # toUnicode result is direct non-BMP code point
|
D | test1bmp.ucm | 30 # toUnicode result is fallback direct
|
D | conversion.txt | 51 toUnicode {
|
D | IdnaTest.txt | 26 # Column 3: toUnicode - The result of applying toUnicode to the source, using nontransitional. 29 # A blank value means the same as the toUnicode value; a value in [...] is … 35 # If the value of toUnicode is the same as source, the column will be blank. 47 # An error in toUnicode or toASCII is indicated by a value in square brackets, such as "[B5 B6]". 62 # To test for conformance to UTS46, an implementation must first perform the toUnicode operation 68 …d not reproduce those codes. Thus to then verify conformance for the toASCII and toUnicode columns:
|
/external/icu/icu4c/source/test/intltest/ |
D | testidna.h | 80 const char* toUnicodeName, TestFunc toUnicode); 112 const char* toUnicodeName, TestFunc toUnicode
|
D | testidna.cpp | 1155 const char* toUnicodeName, TestFunc toUnicode){ in testChaining() argument 1161 testChaining(buf,5,toUnicodeName, FALSE, FALSE, toUnicode); in testChaining()
|
/external/skqp/tools/ |
D | SkTestScalerContext.cpp | 126 SkTDArray<SkUnichar>& toUnicode = info->fGlyphToUnicode; in onGetAdvancedMetrics() local 127 toUnicode.setCount(glyphCount); in onGetAdvancedMetrics() 130 toUnicode[gid] = SkToS32(fTestFont->fCharCodes[gid]); in onGetAdvancedMetrics()
|
/external/skia/tools/fonts/ |
D | SkTestScalerContext.cpp | 126 SkTDArray<SkUnichar>& toUnicode = info->fGlyphToUnicode; in onGetAdvancedMetrics() local 127 toUnicode.setCount(glyphCount); in onGetAdvancedMetrics() 130 toUnicode[gid] = SkToS32(fTestFont->fCharCodes[gid]); in onGetAdvancedMetrics()
|
/external/icu/icu4c/source/common/ |
D | ucnv.cpp | 1272 UConverterToUnicode toUnicode; in _toUnicodeWithCallback() local 1295 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1297 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets; in _toUnicodeWithCallback() 1298 if(toUnicode==NULL) { in _toUnicodeWithCallback() 1300 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1349 toUnicode(pArgs, err); in _toUnicodeWithCallback()
|
D | ucnv_cnv.h | 242 UConverterToUnicode toUnicode; member
|
/external/libxml2/ |
D | encoding.c | 106 openIcuConverter(const char* name, int toUnicode) in openIcuConverter() argument 121 if (toUnicode) { in openIcuConverter() 1869 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, in xmlUconvWrapper() argument 1880 if (toUnicode) { in xmlUconvWrapper()
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 5208 char[][] toUnicode = {allFeaturesUTF16, germanUTF16,russianUTF16,japaneseUTF16}; in TestSCSUConverter() local 5212 CharBuffer encoderBuffer = CharBuffer.wrap(toUnicode[i]); in TestSCSUConverter()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | IdnaTest.txt | 26 # Column 3: toUnicode - The result of applying toUnicode to the source, using nontransitional. 29 # A blank value means the same as the toUnicode value; a value in [...] is … 35 # If the value of toUnicode is the same as source, the column will be blank. 47 # An error in toUnicode or toASCII is indicated by a value in square brackets, such as "[B5 B6]". 62 # To test for conformance to UTS46, an implementation must first perform the toUnicode operation 68 …d not reproduce those codes. Thus to then verify conformance for the toASCII and toUnicode columns:
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | IdnaTest.txt | 26 # Column 3: toUnicode - The result of applying toUnicode to the source, using nontransitional. 29 # A blank value means the same as the toUnicode value; a value in [...] is … 35 # If the value of toUnicode is the same as source, the column will be blank. 47 # An error in toUnicode or toASCII is indicated by a value in square brackets, such as "[B5 B6]". 62 # To test for conformance to UTS46, an implementation must first perform the toUnicode operation 68 …d not reproduce those codes. Thus to then verify conformance for the toASCII and toUnicode columns:
|