Lines Matching defs:destCapacity

299                     UChar *dest, int32_t destCapacity,
331 int32_t copyLength=uprv_min(length, destCapacity);
338 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
342 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
350 UChar *dest, int32_t destCapacity,
364 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) {
376 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
384 dest, destCapacity,
391 UChar *dest, int32_t destCapacity,
393 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
400 UChar *dest, int32_t destCapacity,
403 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
410 UChar *dest, int32_t destCapacity,
412 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
424 UChar *dest, int32_t destCapacity,
426 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
433 UChar *dest, int32_t destCapacity,
466 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) {
499 dest, destCapacity,
507 if(length<destCapacity) {
511 if(length<destCapacity) {
523 if(length<destCapacity) {
525 dest+length, destCapacity-length,
537 if(length+locSepLen<=destCapacity) {
549 if(length<destCapacity) {
551 dest+length, destCapacity-length,
563 if(length+locSepLen<=destCapacity) {
575 if(length<destCapacity) {
577 dest+length, destCapacity-length,
589 if(length+locSepLen<=destCapacity) {
603 if(length + length3 < destCapacity) {
604 length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
614 if(length + length3 < destCapacity) {
618 if(length + length3 < destCapacity) {
619 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
629 if(length + length3 + locSepLen <= destCapacity && keywordCount) {
653 if(length<destCapacity) {
665 u_terminateUChars(dest, destCapacity, length, pErrorCode);
704 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
711 int32_t destCapacity,
719 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) {
730 dest, destCapacity,
743 int32_t destCapacity,
756 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) {
796 if(dispNameLen <= destCapacity){
798 return u_terminateUChars(dest, destCapacity, dispNameLen, status);
805 if(keywordValueLen <= destCapacity){
807 return u_terminateUChars(dest, destCapacity, keywordValueLen, status);
821 dest, destCapacity,