/external/icu4c/common/ |
ucnvdisp.c | 74 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode);
|
locdispnames.cpp | 342 return u_terminateUChars(dest, destCapacity, length, pErrorCode); 376 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); 665 u_terminateUChars(dest, destCapacity, length, pErrorCode); 704 return u_terminateUChars(dest, destCapacity, length, pErrorCode); 798 return u_terminateUChars(dest, destCapacity, dispNameLen, status); 807 return u_terminateUChars(dest, destCapacity, keywordValueLen, status);
|
ustr_wcs.c | 261 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode); 465 u_terminateUChars(dest,destCapacity,count,pErrorCode); 516 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
|
ustr_imp.h | 181 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode); 185 * Same as u_terminateUChars() but for a different string type. 192 * Same as u_terminateUChars() but for a different string type. 199 * Same as u_terminateUChars() but for a different string type.
|
ubidiwrt.c | 348 return u_terminateUChars(dest, destSize, destLength, pErrorCode); 385 return u_terminateUChars(dest, destSize, 0, pErrorCode); 629 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
|
uidna.cpp | 390 return u_terminateUChars(dest, destCapacity, reqLength, status); 607 return u_terminateUChars(dest, destCapacity, reqLength, status); 758 return u_terminateUChars(dest, destCapacity, reqLength, status); 857 return u_terminateUChars(dest, destCapacity, reqLength, status);
|
punycode.c | 368 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); 577 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
|
unorm.cpp | 147 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
|
ustrtrns.c | 128 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); 712 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); 943 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); [all...] |
uprops.cpp | 608 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC 624 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
|
usprep.cpp | 607 return u_terminateUChars(dest, destCapacity, destIndex, status); 817 return u_terminateUChars(dest, destCapacity, b2Len, status);
|
utext.cpp | [all...] |
ushape.c | [all...] |
ustrcase.c | 549 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
|
ustring.c | [all...] |
unistr.cpp | 754 return u_terminateUChars(dest, destCapacity, len, &errorCode); [all...] |
ucnv.c | [all...] |
/external/icu4c/test/intltest/ |
nptrans.cpp | 178 return u_terminateUChars(dest, destCapacity, bufLen, &status); 271 return u_terminateUChars(dest, destCapacity, b1Len, &status);
|
idnaref.cpp | 406 return u_terminateUChars(dest, destCapacity, reqLength, status); 635 return u_terminateUChars(dest, destCapacity, reqLength, status); 827 return u_terminateUChars(dest, destCapacity, reqLength, status); 983 return u_terminateUChars(dest, destCapacity, reqLength, status);
|
/external/icu4c/i18n/ |
umsg.cpp | 703 return u_terminateUChars(dest, destCapacity, len, ec);
|
ucurr.cpp | 434 return u_terminateUChars(buff, buffCapacity, resLen, ec); [all...] |
ucol_res.cpp | 563 return u_terminateUChars(buffer, bufferLen, len+UCAlen, &status); [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
urename.h | 290 #define u_terminateUChars u_terminateUChars_3_2 [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | 290 #define u_terminateUChars u_terminateUChars_3_2 [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
urename.h | 290 #define u_terminateUChars u_terminateUChars_3_2 [all...] |