HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_toUChars (Results 1 - 21 of 21) sorted by null

  /external/icu/icu4c/source/i18n/
csmatch.cpp 64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
  /external/icu/icu4c/source/test/cintltst/
eurocreg.c 162 euroBackSize = ucnv_toUChars(myConv,
171 log_err("Failure Occured in ucnv_toUChars euro roundtrip test\n");
cstrtest.c 252 length=ucnv_toUChars(cnv, us, UPRV_LENGTHOF(us), invariantChars, -1, &errorCode);
254 log_err("ucnv_toUChars(invariantChars) failed - %s\n", u_errorName(errorCode));
256 log_err("ucnv_toUChars(invariantChars) failed\n");
cbiapts.c 109 numUChars = ucnv_toUChars(cnv,
119 ucnv_toUChars(cnv, dest->str, numUChars+1, src, -1, &status);
    [all...]
bocu1tst.c 913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
915 log_err("ucnv_toUChars(BOCU-1, text(%d)[%d]) failed: %s\n", number, length, u_errorName(errorCode));
ccapitst.c     [all...]
nucnvtst.c     [all...]
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 334 uint32_t destCap = ucnv_toUChars(conv,
341 fprintf(stderr, "ugrep: ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
347 ucnv_toUChars(conv,
354 fprintf(stderr, "ugrep: ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
  /external/icu/icu4c/source/tools/genbrk/
genbrk.cpp 256 uint32_t destCap = ucnv_toUChars(conv,
263 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
269 ucnv_toUChars(conv,
276 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
  /external/icu/icu4c/source/common/
ustr_cnv.cpp 169 ucnv_toUChars(cnv,
ucnv.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
idnaconf.cpp 107 int dest_len = ucnv_toUChars(conv,
118 ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status);
119 // Do not know the "if possible" behavior of ucnv_toUChars()
convtest.cpp     [all...]
rbbitst.cpp     [all...]
regextst.cpp     [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 548 len = ucnv_toUChars(conv, target, 100, source, strlen(source), &status);
643 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status);
744 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status);
  /external/icu/icu4c/source/samples/date/
date.c 237 len = ucnv_toUChars(cnv, uchars, ucharsSize, chars,charsSize, status);
  /external/icu/icu4c/source/common/unicode/
ucnv.h     [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 47 int32_t reqdLen = ucnv_toUChars(conv, target, 0,
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 697 ucnv_toUChars(cs, result, 12, buffer, 11, &error_code);
710 int32_t length = ucnv_toUChars(cs,

Completed in 651 milliseconds