Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocdispnames.cpp345 return u_terminateUChars(dest, destCapacity, length, pErrorCode); in _getStringOrCopyKey()
379 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); in _getDisplayNameForComponent()
764 return u_terminateUChars(dest, destCapacity, length, pErrorCode); in uloc_getDisplayName()
860 return u_terminateUChars(dest, destCapacity, dispNameLen, status); in uloc_getDisplayKeywordValue()
869 return u_terminateUChars(dest, destCapacity, keywordValueLen, status); in uloc_getDisplayKeywordValue()
Dustr_wcs.cpp263 u_terminateUChars((UChar *)dest,destCapacity,srcLength,pErrorCode); in u_strToWCS()
467 u_terminateUChars(dest,destCapacity,count,pErrorCode); in _strFromWCS()
518 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode); in u_strFromWCS()
Dubidiwrt.cpp346 return u_terminateUChars(dest, destSize, destLength, pErrorCode); in ubidi_writeReverse()
383 return u_terminateUChars(dest, destSize, 0, pErrorCode); in ubidi_writeReordered()
639 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode); in ubidi_writeReordered()
Duidna.cpp392 return u_terminateUChars(dest, destCapacity, reqLength, status); in _internal_toASCII()
608 return u_terminateUChars(dest, destCapacity, reqLength, status); in _internal_toUnicode()
759 return u_terminateUChars(dest, destCapacity, reqLength, status); in uidna_IDNToASCII()
858 return u_terminateUChars(dest, destCapacity, reqLength, status); in uidna_IDNToUnicode()
Ducnvdisp.cpp76 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode); in ucnv_getDisplayName()
Dustr_imp.h62 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
Dustrtrns.cpp134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub()
534 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8WithSub()
765 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8Lenient()
1116 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
1308 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
Dpunycode.cpp373 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in u_strToPunycode()
584 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in u_strFromPunycode()
Duscript_props.cpp256 return u_terminateUChars(dest, capacity, length, pErrorCode); in uscript_getSampleString()
Duprops.cpp596 …return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under Ca… in u_getFC_NFKC_Closure()
612 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); in u_getFC_NFKC_Closure()
Dunorm.cpp134 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); in _iterate()
Dutext.cpp1470 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in utext_strFromUTF8()
1895 return u_terminateUChars(dest, destCapacity, length, status); in repTextExtract()
2170 u_terminateUChars(dest, destCapacity, length, pErrorCode); in unistrTextExtract()
2585 u_terminateUChars(dest, destCapacity, di, pErrorCode); in ucstrTextExtract()
2812 u_terminateUChars(dest, destCapacity, desti, status); in charIterTextExtract()
Dubiditransform.cpp245 pTransform->srcLength = u_terminateUChars(pTransform->src, in updateSrc()
Ducurr.cpp565 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
582 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
639 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
2468 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocaleAndDate()
Dushape.cpp1479 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); in u_shapeArabic()
1729 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in u_shapeArabic()
Dustrcase.cpp1114 return u_terminateUChars(dest, destCapacity, destLength, &errorCode); in ustrcase_map()
1179 return u_terminateUChars(dest, destCapacity, destLength, &errorCode); in ustrcase_mapWithOverlap()
Dusprep.cpp600 return u_terminateUChars(dest, destCapacity, destIndex, status); in usprep_map()
Dustring.cpp1454 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateUChars() function
Dunistr.cpp887 return u_terminateUChars(dest, destCapacity, len, &errorCode); in extract()
Ducnv.cpp1835 return u_terminateUChars(originalDest, destCapacity, destLength, pErrorCode); in ucnv_toUChars()
/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp180 return u_terminateUChars(dest, destCapacity, bufLen, &status); in map()
273 return u_terminateUChars(dest, destCapacity, b1Len, &status); in process()
Didnaref.cpp410 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_toASCII()
639 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_toUnicode()
831 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_IDNToASCII()
987 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_IDNToUnicode()
/external/icu/icu4c/source/i18n/
Dumsg.cpp709 return u_terminateUChars(dest, destCapacity, len, ec); in umsg_autoQuoteApostrophe()
Dusearch.cpp2922 u_terminateUChars(result, resultCapacity, 0, status); in usearch_getMatchedText()
2933 return u_terminateUChars(result, resultCapacity, in usearch_getMatchedText()
/external/icu/icu4c/source/common/unicode/
Durename.h391 #define u_terminateUChars U_ICU_ENTRY_POINT_RENAME(u_terminateUChars) macro