/external/icu4c/common/ |
D | unistr_cnv.cpp | 133 return u_terminateChars(target, dstSize, 0, &status); in extract() 154 return u_terminateChars(target, (int32_t)dstSize, length, &status); in extract() 187 return u_terminateChars(dest, destCapacity, 0, &errorCode); in extract() 259 return u_terminateChars(originalDest, destCapacity, length, &errorCode); in doExtract()
|
D | uloc.c | 777 return u_terminateChars(keywords, keywordCapacity, keywordsLen, status); in _getKeywords() 859 …result = u_terminateChars(buffer, bufferCapacity, (int32_t)(startSearchHere - nextSeparator), stat… in uloc_getKeywordValue() 866 result = u_terminateChars(buffer, bufferCapacity, i, status); in uloc_getKeywordValue() 1769 return u_terminateChars(result, resultCapacity, len, err); in _canonicalize() 1799 return u_terminateChars(parent, parentCapacity, i, err); in uloc_getParent() 1820 return u_terminateChars(language, languageCapacity, i, err); in uloc_getLanguage() 1844 return u_terminateChars(script, scriptCapacity, i, err); in uloc_getScript() 1877 return u_terminateChars(country, countryCapacity, i, err); in uloc_getCountry() 1922 return u_terminateChars(variant, variantCapacity, i, err); in uloc_getVariant() 2981 return u_terminateChars(result, resultAvailable, len, status); in uloc_acceptLanguage() [all …]
|
D | ustr_imp.h | 195 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
|
D | ucnv.c | 1765 return u_terminateChars(originalDest, destCapacity, destLength, pErrorCode); in ucnv_fromUChars() 2418 return u_terminateChars(target, targetCapacity, 0, pErrorCode); in ucnv_internalConvert() 2462 return u_terminateChars(target, targetCapacity, targetLength, pErrorCode); in ucnv_internalConvert() 2491 return u_terminateChars(target, targetCapacity, 0, pErrorCode); in ucnv_convert() 2542 return u_terminateChars(target, targetCapacity, 0, pErrorCode); in ucnv_convertAlgorithmic()
|
D | unames.c | 1444 return u_terminateChars(buffer, bufferLength, 0, pErrorCode); in u_charName() 1475 return u_terminateChars(buffer, bufferLength, length, pErrorCode); in u_charName() 1493 return u_terminateChars(dest, destCapacity, 0, pErrorCode); in u_getISOComment() 1498 return u_terminateChars(dest, destCapacity, length, pErrorCode); in u_getISOComment()
|
D | ucasemap.c | 512 return u_terminateChars((char *)dest, destCapacity, destLength, pErrorCode); in caseMap()
|
D | ustrtrns.c | 1164 u_terminateChars((char*)dest,destCapacity,reqLength,pErrorCode); in u_strToUTF8WithSub()
|
D | unistr.cpp | 726 return u_terminateChars(target, targetCapacity, length, &status); in extract()
|
D | ustring.c | 1475 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateChars() function
|
D | uresbund.c | 1035 u_terminateChars(dest, capacity, 0, status); in ures_toUTF8String() 2463 return u_terminateChars(result, resultCapacity, length, status); in ures_getFunctionalEquivalent()
|
/external/icu4c/test/cintltst/ |
D | nfsprep.c | 132 return u_terminateChars(dest, destCapacity, reqLength, status); in nfs4_prepare() 276 return u_terminateChars(dest, destCapacity, reqLen, status); in nfs4_mixed_prepare()
|
/external/icu4c/tools/toolutil/ |
D | uparse.c | 369 return u_terminateChars(dest, destCapacity, i, status); in u_parseUTF8()
|
/external/webkit/WebCore/icu/unicode/ |
D | urename.h | 288 #define u_terminateChars u_terminateChars_3_2 macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | urename.h | 288 #define u_terminateChars u_terminateChars_3_2 macro
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | urename.h | 288 #define u_terminateChars u_terminateChars_3_2 macro
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | urename.h | 288 #define u_terminateChars u_terminateChars_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 339 #define u_terminateChars u_terminateChars_3_8 macro
|