Searched refs:u_terminateUChars (Results 1 - 25 of 28) sorted by relevance

12

/external/icu4c/common/
H A Ducnvdisp.c74 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode);
H A Dlocdispnames.cpp342 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);
H A Dustr_wcs.c261 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
465 u_terminateUChars(dest,destCapacity,count,pErrorCode);
516 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
H A Dustr_imp.h181 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.
H A Dubidiwrt.c348 return u_terminateUChars(dest, destSize, destLength, pErrorCode);
385 return u_terminateUChars(dest, destSize, 0, pErrorCode);
629 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
H A Duidna.cpp390 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);
H A Dpunycode.c368 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
577 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
H A Dunorm.cpp147 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
H A Dustrtrns.c128 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
712 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
943 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
1300 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
1497 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
H A Duprops.cpp608 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC
624 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
H A Dusprep.cpp607 return u_terminateUChars(dest, destCapacity, destIndex, status);
817 return u_terminateUChars(dest, destCapacity, b2Len, status);
H A Dutext.cpp1802 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
2226 return u_terminateUChars(dest, destCapacity, length, status);
2498 u_terminateUChars(dest, destCapacity, length, pErrorCode);
2911 u_terminateUChars(dest, destCapacity, di, pErrorCode);
3134 u_terminateUChars(dest, destCapacity, desti, status);
H A Dushape.c1480 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
1731 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
H A Dustrcase.c549 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
H A Dustring.c1444 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { function
H A Dunistr.cpp754 return u_terminateUChars(dest, destCapacity, len, &errorCode);
H A Ducnv.c1833 return u_terminateUChars(originalDest, destCapacity, destLength, pErrorCode);
/external/icu4c/test/intltest/
H A Dnptrans.cpp178 return u_terminateUChars(dest, destCapacity, bufLen, &status);
271 return u_terminateUChars(dest, destCapacity, b1Len, &status);
H A Didnaref.cpp406 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/
H A Dumsg.cpp703 return u_terminateUChars(dest, destCapacity, len, ec);
H A Ducurr.cpp434 return u_terminateUChars(buff, buffCapacity, resLen, ec);
2083 return u_terminateUChars(buff, buffCapacity, resLen, ec);
H A Ducol_res.cpp563 return u_terminateUChars(buffer, bufferLen, len+UCAlen, &status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h290 #define u_terminateUChars u_terminateUChars_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h290 #define u_terminateUChars u_terminateUChars_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h290 #define u_terminateUChars u_terminateUChars_3_2 macro

Completed in 287 milliseconds

12