/external/icu/icu4c/source/common/ |
D | ustr_wcs.cpp | 261 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode); in u_strToWCS() 465 u_terminateUChars(dest,destCapacity,count,pErrorCode); in _strFromWCS() 516 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode); in u_strFromWCS()
|
D | locdispnames.cpp | 343 return u_terminateUChars(dest, destCapacity, length, pErrorCode); in _getStringOrCopyKey() 377 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); in _getDisplayNameForComponent() 762 return u_terminateUChars(dest, destCapacity, length, pErrorCode); in uloc_getDisplayName() 856 return u_terminateUChars(dest, destCapacity, dispNameLen, status); in uloc_getDisplayKeywordValue() 865 return u_terminateUChars(dest, destCapacity, keywordValueLen, status); in uloc_getDisplayKeywordValue()
|
D | ubidiwrt.c | 344 return u_terminateUChars(dest, destSize, destLength, pErrorCode); in ubidi_writeReverse() 381 return u_terminateUChars(dest, destSize, 0, pErrorCode); in ubidi_writeReordered() 637 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode); in ubidi_writeReordered()
|
D | ucnvdisp.c | 74 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode); in ucnv_getDisplayName()
|
D | uidna.cpp | 390 return u_terminateUChars(dest, destCapacity, reqLength, status); in _internal_toASCII() 606 return u_terminateUChars(dest, destCapacity, reqLength, status); in _internal_toUnicode() 757 return u_terminateUChars(dest, destCapacity, reqLength, status); in uidna_IDNToASCII() 856 return u_terminateUChars(dest, destCapacity, reqLength, status); in uidna_IDNToUnicode()
|
D | punycode.cpp | 371 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in u_strToPunycode() 582 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in u_strFromPunycode()
|
D | ustrtrns.cpp | 132 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub() 718 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8WithSub() 949 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8Lenient() 1306 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub() 1503 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
|
D | ustr_imp.h | 243 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
|
D | uscript_props.cpp | 243 return u_terminateUChars(dest, capacity, length, pErrorCode); in uscript_getSampleString()
|
D | uprops.cpp | 584 …return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under Ca… in u_getFC_NFKC_Closure() 600 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); in u_getFC_NFKC_Closure()
|
D | unorm.cpp | 132 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); in _iterate()
|
D | utext.cpp | 1456 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in utext_strFromUTF8() 1880 return u_terminateUChars(dest, destCapacity, length, status); in repTextExtract() 2155 u_terminateUChars(dest, destCapacity, length, pErrorCode); in unistrTextExtract() 2564 u_terminateUChars(dest, destCapacity, di, pErrorCode); in ucstrTextExtract() 2791 u_terminateUChars(dest, destCapacity, desti, status); in charIterTextExtract()
|
D | ushape.cpp | 1477 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); in u_shapeArabic() 1727 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in u_shapeArabic()
|
D | usprep.cpp | 598 return u_terminateUChars(dest, destCapacity, destIndex, status); in usprep_map()
|
D | ustrcase.cpp | 430 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in ustrcase_map()
|
D | ustring.cpp | 1451 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateUChars() function
|
D | unistr.cpp | 858 return u_terminateUChars(dest, destCapacity, len, &errorCode); in extract()
|
D | ucnv.c | 1833 return u_terminateUChars(originalDest, destCapacity, destLength, pErrorCode); in ucnv_toUChars()
|
/external/icu/icu4c/source/test/intltest/ |
D | nptrans.cpp | 178 return u_terminateUChars(dest, destCapacity, bufLen, &status); in map() 271 return u_terminateUChars(dest, destCapacity, b1Len, &status); in process()
|
D | idnaref.cpp | 408 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_toASCII() 637 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_toUnicode() 829 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_IDNToASCII() 985 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_IDNToUnicode()
|
/external/icu/icu4c/source/i18n/ |
D | umsg.cpp | 709 return u_terminateUChars(dest, destCapacity, len, ec); in umsg_autoQuoteApostrophe()
|
D | ucurr.cpp | 633 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale() 2517 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocaleAndDate()
|
D | usearch.cpp | 2920 u_terminateUChars(result, resultCapacity, 0, status); in usearch_getMatchedText() 2931 return u_terminateUChars(result, resultCapacity, in usearch_getMatchedText()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 394 #define u_terminateUChars U_ICU_ENTRY_POINT_RENAME(u_terminateUChars) macro
|