Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/samples/ugrep/
Dugrep.cpp335 uint32_t destCap = ucnv_toUChars(conv, in readFile()
348 ucnv_toUChars(conv, in readFile()
/external/icu/icu4c/source/tools/genbrk/
Dgenbrk.cpp256 uint32_t destCap = ucnv_toUChars(conv, in main()
269 ucnv_toUChars(conv, in main()
/external/icu/icu4c/source/i18n/
Dcsmatch.cpp64 …int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLengt… in getUChars()
/external/icu/icu4c/source/test/cintltst/
Deurocreg.c162 euroBackSize = ucnv_toUChars(myConv, in isEuroAware()
Dcstrtest.c258 length=ucnv_toUChars(cnv, us, UPRV_LENGTHOF(us), invariantChars, -1, &errorCode); in TestInvariant()
Dccapitst.c897 targetsize = ucnv_toUChars(myConverter, in TestConvert()
909 targetsize = ucnv_toUChars(myConverter, in TestConvert()
953 …targetsize = ucnv_toUChars(myConverter, uchar2, targetsize, output_cp_buffer, (int32_t)strlen(outp… in TestConvert()
958 …targetsize = ucnv_toUChars(myConverter, uchar2, -1, output_cp_buffer, (int32_t)strlen(output_cp_bu… in TestConvert()
963 targetsize = ucnv_toUChars(myConverter, uchar2, 0, output_cp_buffer, 0, &err); in TestConvert()
968 …targetsize = ucnv_toUChars(myConverter, NULL, targetcapacity2, output_cp_buffer, (int32_t)strlen(o… in TestConvert()
Dcbiapts.c117 numUChars = ucnv_toUChars(cnv, in toUChar()
127 ucnv_toUChars(cnv, dest->str, numUChars+1, src, -1, &status); in toUChar()
Dbocu1tst.c913 …roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULengt… in roundtripBOCU1()
Dnucnvtst.c1566 …sjisLength = ucnv_toUChars(sjis_cnv, sjisResult, UPRV_LENGTHOF(sjisResult), target, (int32_t)strle… in TestAmbiguous()
1575 …/*asciiLength =*/ ucnv_toUChars(ascii_cnv, asciiResult, UPRV_LENGTHOF(asciiResult), target, (int32… in TestAmbiguous()
2883 ucnv_toUChars(cnv,uTarget,(int32_t)(uTargetLimit-uTarget),cSource,numCharsInTarget,&errorCode); in TestToAndFromUChars()
/external/icu/icu4c/source/test/intltest/
Didnaconf.cpp108 int dest_len = ucnv_toUChars(conv, in ReadAndConvertFile()
119 ucnv_toUChars(conv, dest, dest_len + 1, source, static_cast<int32_t>(source_len), &status); in ReadAndConvertFile()
Dconvtest.cpp1313 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
1329 resultLength=ucnv_toUChars(cnv.getAlias(), in ToUnicodeCase()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp548 len = ucnv_toUChars(conv, target, 100, source, static_cast<int32_t>(strlen(source)), &status); in convsample_12()
643 len = ucnv_toUChars(conv, uchars, 100, source, static_cast<int32_t>(strlen(source)), &status); in convsample_20_didSubstitute()
743 len = ucnv_toUChars(conv, uchars, 100, source, static_cast<int32_t>(strlen(source)), &status); in convsample_21_didSubstitute()
/external/libchrome/base/i18n/
Dicu_string_conversions.cc181 int actual_size = ucnv_toUChars(converter, buffer.get(), in CodepageToUTF16()
/external/icu/icu4c/source/common/
Dustr_cnv.cpp170 ucnv_toUChars(cnv, in u_uastrcpy()
Ducnv.cpp1773 ucnv_toUChars(UConverter *cnv, in ucnv_toUChars() function
/external/icu/icu4c/source/samples/date/
Ddate.c246 len = ucnv_toUChars(cnv, uchars, ucharsSize, chars,charsSize, status); in charsToUCharsDefault()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc699 ucnv_toUChars(cs, result, 12, buffer, 11, &error_code); in ConvertFromNameBytes()
712 int32_t length = ucnv_toUChars(cs, in ConvertFromNameBytes()
/external/icu/libandroidicu/include/unicode/
Ducnv.h1284 ucnv_toUChars(UConverter *cnv,
Durename.h707 #define ucnv_toUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h1284 ucnv_toUChars(UConverter *cnv,
Durename.h707 #define ucnv_toUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars) macro
/external/icu/libicu/cts_headers/unicode/
Ducnv.h1284 ucnv_toUChars(UConverter *cnv,
Durename.h707 #define ucnv_toUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars) macro
/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h47 int32_t reqdLen = ucnv_toUChars(conv, target, 0, in ICUToUnicodePerfFunction()
/external/icu/libicu/ndk_headers/unicode/
Durename.h707 #define ucnv_toUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars) macro

12