/external/icu/icu4c/source/test/cintltst/ |
spooftest.c | 439 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status); 447 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodCyrl, -1, &status); 453 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status); 492 u_strToUTF8(s1, sizeof(s1), NULL, scLatin, -1, &status); 493 u_strToUTF8(s2, sizeof(s2), NULL, scMixed, -1, &status); 499 u_strToUTF8(s1, sizeof(s1), NULL, goodGreek, -1, &status); 500 u_strToUTF8(s2, sizeof(s2), NULL, scLatin, -1, &status); 506 u_strToUTF8(s1, sizeof(s1), NULL, lll_Latin_a, -1, &status); 507 u_strToUTF8(s2, sizeof(s2), NULL, lll_Latin_b, -1, &status);
|
cdateintervalformattest.c | 307 u_strToUTF8(bbuf, kSizeBBuf, NULL, ubuf, ulen, &status); 308 u_strToUTF8(bebuf, kSizeBBuf, NULL, uebuf, uelen, &status); // convert back to get unescaped string
|
nfsprep.c | 104 u_strToUTF8(b3,b3Capacity, &b3Len, b2, b2Len, status); 113 u_strToUTF8(b3,b3Capacity, &b3Len, b2, b2Len, status);
|
custrtrn.c | 524 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); 532 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); 534 log_err("u_strToUTF8 failed after preflight. Error: %s\n", u_errorName(err)); 551 log_verbose("u_strToUTF8() failed expected: %04X got: %04X \n", src8[i], u8Target[i]); 556 log_err("u_strToUTF8() failed \n"); 606 u_strToUTF8(NULL,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); 612 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); 627 log_verbose("u_strToUTF8() failed expected: %04X got: %04X \n", src8[i], u8Target[i]); 632 log_err("u_strToUTF8() failed \n"); 663 log_err("u_strToUTF8() failed \n") [all...] |
spreptst.c | 305 u_strToUTF8(dest, destCapacity, &destLen, b1, b1Len, status);
|
callcoll.c | 306 u_strToUTF8(utf8Source, 256, &utf8SourceLen, source, sLen, &status); 310 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status); [all...] |
cstrcase.c | [all...] |
/external/icu/icu4c/source/test/perf/utrie2perf/ |
utrie2perf.cpp | 59 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status); 64 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
|
/external/icu/icu4c/source/test/thaitest/ |
thaitest.cpp | 409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status)); 416 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &chars[prevbreak],
|
/external/icu/icu4c/source/common/ |
ucasemap.cpp | 154 u_strToUTF8( 167 u_strToUTF8(
|
wintz.c | 316 u_strToUTF8(ISOcodeA, 3, NULL, ISOcodeW, 3, &status);
|
unisetspan.cpp | 169 u_strToUTF8(NULL, 0, &length8, s, length, &errorCode); 184 u_strToUTF8((char *)t, capacity, &length8, s, length, &errorCode); [all...] |
uresbund.cpp | [all...] |
/external/icu/icu4c/source/test/intltest/ |
tscoll.cpp | 164 u_strToUTF8(utf8Source, 256, &utf8SourceLen, src, sLen, &status); 168 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status);
|
tufmtts.cpp | 422 u_strToUTF8(tmp, 128, &len, str.getTerminatedBuffer(), str.length(), &status); 423 u_strToUTF8(tmp1, 128, &len, expected[counter].unescape().getTerminatedBuffer(), expected[counter].unescape().length(), &status);
|
strcase.cpp | 404 u_strToUTF8(utf8In, (int32_t)sizeof(utf8In), &utf8InLength, input.getBuffer(), input.length(), errorCode);
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
unisetperf.cpp | 66 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status); 71 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
|
/external/icu/icu4c/source/test/letest/ |
gendata.cpp | 258 u_strToUTF8(uversion_utf8, 300, NULL, uversion, -1, &status2);
|
/external/icu/icu4c/source/test/perf/utfperf/ |
utfperf.cpp | 88 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status);
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 438 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus); 562 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus); 653 u_strToUTF8(strBuf,200,NULL,buf.getTerminatedBuffer(),buf.length()+1,&setupStatus);
|
/external/icu/icu4c/source/common/unicode/ |
ustring.h | [all...] |
urename.h | 366 #define u_strToUTF8 U_ICU_ENTRY_POINT_RENAME(u_strToUTF8) [all...] |
/external/icu/icu4c/source/tools/genrb/ |
wrtxml.cpp | 71 u_strToUTF8(NULL, 83 u_strToUTF8(dest, [all...] |
/external/icu/icu4c/source/i18n/ |
uspoof.cpp | 751 u_strToUTF8(dest, destCapacity, &lengthInUTF8,
|
/external/icu/icu4c/source/test/perf/collperf2/ |
collperf2.cpp | [all...] |