/external/icu4c/i18n/ |
D | csmatch.cpp | 52 …int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLengt… in getUChars()
|
/external/icu4c/tools/genbrk/ |
D | genbrk.cpp | 252 uint32_t destCap = ucnv_toUChars(conv, in main() 265 ucnv_toUChars(conv, in main()
|
/external/icu4c/samples/ugrep/ |
D | ugrep.cpp | 328 uint32_t destCap = ucnv_toUChars(conv, in readFile() 341 ucnv_toUChars(conv, in readFile()
|
/external/icu4c/test/cintltst/ |
D | eurocreg.c | 160 euroBackSize = ucnv_toUChars(myConv, in isEuroAware()
|
D | cstrtest.c | 252 length=ucnv_toUChars(cnv, us, LENGTHOF(us), invariantChars, -1, &errorCode); in TestInvariant()
|
D | cbiapts.c | 96 numUChars = ucnv_toUChars(cnv, in toUChar() 106 ucnv_toUChars(cnv, dest->str, numUChars+1, src, -1, &status); in toUChar()
|
D | ccapitst.c | 933 targetsize = ucnv_toUChars(myConverter, in TestConvert() 945 targetsize = ucnv_toUChars(myConverter, in TestConvert() 989 …targetsize = ucnv_toUChars(myConverter, uchar2, targetsize, output_cp_buffer, strlen(output_cp_buf… in TestConvert() 994 …targetsize = ucnv_toUChars(myConverter, uchar2, -1, output_cp_buffer, strlen(output_cp_buffer), &e… in TestConvert() 999 targetsize = ucnv_toUChars(myConverter, uchar2, 0, output_cp_buffer, 0, &err); in TestConvert() 1004 …targetsize = ucnv_toUChars(myConverter, NULL, targetcapacity2, output_cp_buffer, strlen(output_cp… in TestConvert()
|
D | bocu1tst.c | 912 …roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULengt… in roundtripBOCU1()
|
D | nucnvtst.c | 1568 …sjisLength = ucnv_toUChars(sjis_cnv, sjisResult, sizeof(sjisResult)/U_SIZEOF_UCHAR, target, (int32… in TestAmbiguous() 1577 …/*asciiLength =*/ ucnv_toUChars(ascii_cnv, asciiResult, sizeof(asciiResult)/U_SIZEOF_UCHAR, target… in TestAmbiguous() 2885 ucnv_toUChars(cnv,uTarget,(int32_t)(uTargetLimit-uTarget),cSource,numCharsInTarget,&errorCode); in TestToAndFromUChars()
|
/external/icu4c/tools/genctd/ |
D | genctd.cpp | 250 uint32_t destCap = ucnv_toUChars(conv, in main() 263 ucnv_toUChars(conv, in main()
|
/external/icu4c/test/intltest/ |
D | idnaconf.cpp | 106 int dest_len = ucnv_toUChars(conv, in ReadAndConvertFile() 117 ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status); in ReadAndConvertFile()
|
D | convtest.cpp | 1064 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase() 1080 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
|
/external/icu4c/samples/ucnv/ |
D | convsamp.cpp | 544 len = ucnv_toUChars(conv, target, 100, source, strlen(source), &status); in convsample_12() 639 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status); in convsample_20_didSubstitute() 740 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status); in convsample_21_didSubstitute()
|
/external/icu4c/common/ |
D | ustr_cnv.c | 167 ucnv_toUChars(cnv, in u_uastrcpy()
|
/external/chromium/base/i18n/ |
D | icu_string_conversions.cc | 190 int actual_size = ucnv_toUChars(converter, WriteInto(utf16, uchar_max_length), in CodepageToUTF16()
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ucnv.h | 1109 ucnv_toUChars(UConverter *cnv,
|
D | urename.h | 539 #define ucnv_toUChars ucnv_toUChars_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | ucnv.h | 1109 ucnv_toUChars(UConverter *cnv,
|
D | urename.h | 539 #define ucnv_toUChars ucnv_toUChars_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | ucnv.h | 1109 ucnv_toUChars(UConverter *cnv,
|
D | urename.h | 539 #define ucnv_toUChars ucnv_toUChars_3_2 macro
|
/external/icu4c/common/unicode/ |
D | ucnv.h | 1265 ucnv_toUChars(UConverter *cnv,
|
D | urename.h | 686 #define ucnv_toUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars) macro
|
/external/icu4c/test/perf/convperf/ |
D | convperf.h | 43 int32_t reqdLen = ucnv_toUChars(conv, target, 0, in ICUToUnicodePerfFunction()
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 539 #define ucnv_toUChars ucnv_toUChars_3_2 macro
|