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

1 2

  /external/icu4c/i18n/
csmatch.cpp 62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
  /external/icu4c/test/cintltst/
eurocreg.c 160 euroBackSize = ucnv_toUChars(myConv,
168 log_err("Failure Occured in ucnv_toUChars euro roundtrip test\n");
cstrtest.c 252 length=ucnv_toUChars(cnv, us, 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 100 numUChars = ucnv_toUChars(cnv,
110 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...]
  /external/icu4c/samples/ugrep/
ugrep.cpp 328 uint32_t destCap = ucnv_toUChars(conv,
335 fprintf(stderr, "ugrep: ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
341 ucnv_toUChars(conv,
348 fprintf(stderr, "ugrep: ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
  /external/icu4c/tools/genbrk/
genbrk.cpp 252 uint32_t destCap = ucnv_toUChars(conv,
259 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
265 ucnv_toUChars(conv,
272 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
  /external/icu4c/common/
ustr_cnv.c 167 ucnv_toUChars(cnv,
ucnv.c     [all...]
  /external/icu4c/test/intltest/
idnaconf.cpp 106 int dest_len = ucnv_toUChars(conv,
117 ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status);
118 // Do not know the "if possible" behavior of ucnv_toUChars()
convtest.cpp     [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 539 len = ucnv_toUChars(conv, target, 100, source, strlen(source), &status);
634 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status);
735 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status);
  /external/chromium/base/i18n/
icu_string_conversions.cc 190 int actual_size = ucnv_toUChars(converter, WriteInto(utf16, uchar_max_length),
  /external/icu4c/samples/date/
date.c 233 len = ucnv_toUChars(cnv, uchars, ucharsSize, chars,charsSize, status);
  /external/icu4c/common/unicode/
ucnv.h     [all...]
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h     [all...]
urename.h 539 #define ucnv_toUChars ucnv_toUChars_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h     [all...]
urename.h 539 #define ucnv_toUChars ucnv_toUChars_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h     [all...]
urename.h 539 #define ucnv_toUChars ucnv_toUChars_3_2
    [all...]
  /external/icu4c/test/perf/convperf/
convperf.h 43 int32_t reqdLen = ucnv_toUChars(conv, target, 0,
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 539 #define ucnv_toUChars ucnv_toUChars_3_2
    [all...]

Completed in 863 milliseconds

1 2