HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_fromUnicode (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu/icu4c/source/samples/cal/
uprint.c 62 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
  /external/icu/icu4c/source/samples/date/
uprint.c 63 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
  /external/sfntly/cpp/src/test/
test_utils.cc 51 ucnv_fromUnicode(encoder, &target_end, target + 4,
  /external/icu/icu4c/source/common/
ucnv_cb.c 83 ucnv_fromUnicode(args->converter,
138 ucnv_fromUnicode(args->converter,
unistr_cnv.cpp 278 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
289 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
ustr_cnv.cpp 212 ucnv_fromUnicode(cnv,
ustr_wcs.cpp 102 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
ucnv.c 801 /* ucnv_fromUnicode --------------------------------------------------------- */
    [all...]
  /external/icu/icu4c/source/io/
ustream.cpp 58 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
ustdio.c 357 ucnv_fromUnicode(f->fConverter,
uscanf_p.c 847 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uwmsg.c 69 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
uconv.cpp 518 ucnv_fromUnicode(cnv,
929 ucnv_fromUnicode(convto, &bufp, outbuf + bufsz,
934 // toSawEndOfUnicode indicates that ucnv_fromUnicode() is done
    [all...]
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 191 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
250 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 430 ucnv_fromUnicode (conv,
    [all...]
ccapitst.c     [all...]
cintltst.c 530 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
ucsdetst.c 63 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
79 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
ncnvfbts.c 210 ucnv_fromUnicode (conv,
ncnvtst.c     [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv.h 785 * that are output by ucnv_fromUnicode(),
    [all...]
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 109 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 1036 ucnv_fromUnicode( conv, &target, targetLimit,
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 610 ucnv_fromUnicode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL, flush, &errorCode);
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 244 ucnv_fromUnicode(cnv, &cTarget, cTargetLimit, reinterpret_cast<const UChar**>(&mySource), mySourceLimit, NULL, (UBool) flush, &errorCode);
262 maybeThrowIcuException(env, "ucnv_fromUnicode", errorCode);

Completed in 466 milliseconds

1 2