/external/icu4c/i18n/ |
csmatch.cpp | 52 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, 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/tools/genctd/ |
genctd.cpp | 250 uint32_t destCap = ucnv_toUChars(conv, 257 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status)); 263 ucnv_toUChars(conv, 270 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(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");
|
ccapitst.c | [all...] |
cbiapts.c | 96 numUChars = ucnv_toUChars(cnv, 106 ucnv_toUChars(cnv, dest->str, numUChars+1, src, -1, &status);
|
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));
|
/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...] |
regextst.cpp | [all...] |
/external/icu4c/common/ |
ustr_cnv.c | 167 ucnv_toUChars(cnv,
|
/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/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/samples/ucnv/ |
convsamp.cpp | 544 len = ucnv_toUChars(conv, target, 100, source, strlen(source), &status); 639 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status); 740 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/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...] |