Home | History | Annotate | Download | only in common

Lines Matching refs:destCapacity

300                     UChar *dest, int32_t destCapacity,
332 int32_t copyLength=uprv_min(length, destCapacity);
339 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
343 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
351 UChar *dest, int32_t destCapacity,
365 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) {
377 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
385 dest, destCapacity,
392 UChar *dest, int32_t destCapacity,
394 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
401 UChar *dest, int32_t destCapacity,
405 int32_t res = _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
409 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
420 UChar *dest, int32_t destCapacity,
423 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
430 UChar *dest, int32_t destCapacity,
432 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
444 UChar *dest, int32_t destCapacity,
446 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
465 UChar *dest, int32_t destCapacity,
504 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) {
591 if(destCapacity >= sub0Pos) {
608 int32_t cap=destCapacity-length;
677 cap=destCapacity-length;
727 if(length+padLen < destCapacity) {
744 if (sub0Pos+length<=destCapacity) {
762 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
769 int32_t destCapacity,
777 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) {
788 dest, destCapacity,
801 int32_t destCapacity,
814 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) {
854 if(dispNameLen <= destCapacity){
856 return u_terminateUChars(dest, destCapacity, dispNameLen, status);
863 if(keywordValueLen <= destCapacity){
865 return u_terminateUChars(dest, destCapacity, keywordValueLen, status);
879 dest, destCapacity,