Home
last modified time | relevance | path

Searched refs:ucnv_toUChars (Results 1 – 25 of 28) sorted by relevance

12

/external/icu4c/i18n/
Dcsmatch.cpp52 …int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLengt… in getUChars()
/external/icu4c/tools/genbrk/
Dgenbrk.cpp252 uint32_t destCap = ucnv_toUChars(conv, in main()
265 ucnv_toUChars(conv, in main()
/external/icu4c/samples/ugrep/
Dugrep.cpp328 uint32_t destCap = ucnv_toUChars(conv, in readFile()
341 ucnv_toUChars(conv, in readFile()
/external/icu4c/test/cintltst/
Deurocreg.c160 euroBackSize = ucnv_toUChars(myConv, in isEuroAware()
Dcstrtest.c252 length=ucnv_toUChars(cnv, us, LENGTHOF(us), invariantChars, -1, &errorCode); in TestInvariant()
Dcbiapts.c96 numUChars = ucnv_toUChars(cnv, in toUChar()
106 ucnv_toUChars(cnv, dest->str, numUChars+1, src, -1, &status); in toUChar()
Dccapitst.c933 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()
Dbocu1tst.c912 …roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULengt… in roundtripBOCU1()
Dnucnvtst.c1568 …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/
Dgenctd.cpp250 uint32_t destCap = ucnv_toUChars(conv, in main()
263 ucnv_toUChars(conv, in main()
/external/icu4c/test/intltest/
Didnaconf.cpp106 int dest_len = ucnv_toUChars(conv, in ReadAndConvertFile()
117 ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status); in ReadAndConvertFile()
Dconvtest.cpp1064 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1080 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
/external/icu4c/samples/ucnv/
Dconvsamp.cpp544 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/
Dustr_cnv.c167 ucnv_toUChars(cnv, in u_uastrcpy()
/external/chromium/base/i18n/
Dicu_string_conversions.cc190 int actual_size = ucnv_toUChars(converter, WriteInto(utf16, uchar_max_length), in CodepageToUTF16()
/external/webkit/Source/WebCore/icu/unicode/
Ducnv.h1109 ucnv_toUChars(UConverter *cnv,
Durename.h539 #define ucnv_toUChars ucnv_toUChars_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducnv.h1109 ucnv_toUChars(UConverter *cnv,
Durename.h539 #define ucnv_toUChars ucnv_toUChars_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Ducnv.h1109 ucnv_toUChars(UConverter *cnv,
Durename.h539 #define ucnv_toUChars ucnv_toUChars_3_2 macro
/external/icu4c/common/unicode/
Ducnv.h1265 ucnv_toUChars(UConverter *cnv,
Durename.h686 #define ucnv_toUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars) macro
/external/icu4c/test/perf/convperf/
Dconvperf.h43 int32_t reqdLen = ucnv_toUChars(conv, target, 0, in ICUToUnicodePerfFunction()
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h539 #define ucnv_toUChars ucnv_toUChars_3_2 macro

12