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

1 2

  /external/icu4c/common/
ures_cnv.c 57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
ustr_cnv.c 239 int32_t len = ucnv_fromUChars(cnv,
ucnv.c 487 length8 = ucnv_fromUChars(clone, chars, (int32_t)sizeof(chars), s, length, err);
511 * per UChar, which means that ucnv_fromUChars() should catch all
    [all...]
  /external/icu4c/test/cintltst/
eurocreg.c 149 targetSize = ucnv_fromUChars(myConv,
157 log_err("Failure Occured in ucnv_fromUChars euro roundtrip test\n");
cstrtest.c 244 length=ucnv_fromUChars(cnv, cs, sizeof(cs), invariantUChars, -1, &errorCode);
246 log_err("ucnv_fromUChars(invariantUChars) failed - %s\n", u_errorName(errorCode));
248 log_err("ucnv_fromUChars(invariantUChars) failed\n");
ccapitst.c     [all...]
bocu1tst.c 895 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode);
897 log_err("ucnv_fromUChars(BOCU-1, text(%d)[%d]) failed: %s\n", number, length, u_errorName(errorCode));
custrtst.c     [all...]
  /external/chromium/googleurl/src/
url_canon_icu.cc 120 int required_capacity = ucnv_fromUChars(converter_, dest, dest_capacity,
  /external/icu4c/samples/ucnv/
convsamp.cpp 219 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
667 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status);
822 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status);
  /external/chromium/base/i18n/
icu_string_conversions.cc 104 // ucnv_fromUChars returns size not including terminating null
105 int actual_size = ucnv_fromUChars(converter, &(*encoded)[0],
  /external/icu4c/samples/ugrep/
ugrep.cpp 432 ucnv_fromUChars(outConverter,
  /external/icu4c/test/iotest/
stream.cpp 176 ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status);
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 433 int sizeNeeded = ucnv_fromUChars(cvrtr,
445 sizeNeeded = ucnv_fromUChars(cvrtr,
  /external/icu4c/common/unicode/
ucnv.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h     [all...]
urename.h 475 #define ucnv_fromUChars ucnv_fromUChars_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h     [all...]
urename.h 475 #define ucnv_fromUChars ucnv_fromUChars_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h     [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 44 * ucnv_fromUChars(), like most ICU APIs understands length==-1
47 ucnv_fromUChars(cnv, out, sizeof(out), s, length, &errorCode);
  /external/icu4c/test/perf/collperf/
collperf.cpp 794 s = ucnv_fromUChars(conv,NULL, 0, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
801 t = ucnv_fromUChars(conv,posix_data->last(), s, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
  /external/icu4c/test/perf/convperf/
convperf.h 89 int32_t reqdLen = ucnv_fromUChars(conv, target, 0,
  /external/icu4c/test/intltest/
convtest.cpp     [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]

Completed in 2095 milliseconds

1 2