Lines Matching defs:dest

305                     char16_t *dest, int32_t destCapacity,
348 u_memcpy(dest, s, copyLength);
353 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
357 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
365 char16_t *dest, int32_t destCapacity,
379 if(destCapacity<0 || (destCapacity>0 && dest==nullptr)) {
395 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
404 dest, destCapacity,
411 char16_t *dest, int32_t destCapacity,
413 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
420 char16_t *dest, int32_t destCapacity,
424 int32_t res = _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
429 int32_t fallback_res = _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
434 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
445 char16_t *dest, int32_t destCapacity,
448 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
455 char16_t *dest, int32_t destCapacity,
457 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
469 char16_t *dest, int32_t destCapacity,
471 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
490 char16_t *dest, int32_t destCapacity,
529 if(destCapacity<0 || (destCapacity>0 && dest==nullptr)) {
551 * here since we are trying to build the display string in place in the dest buffer,
605 char16_t* p=dest;
636 p=dest+length;
704 p=dest+length;
751 p=dest+length;
766 if(dest && sub0Pos!=0) {
770 u_memmove(dest, dest+(haveLang?langPos:restPos), length);
785 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
791 char16_t* dest,
800 if(destCapacity<0 || (destCapacity>0 && dest==nullptr)) {
811 dest, destCapacity,
823 char16_t* dest,
833 if(destCapacity<0 || (destCapacity>0 && dest==nullptr)) {
875 u_memcpy(dest, dispName, dispNameLen);
876 return u_terminateUChars(dest, destCapacity, dispNameLen, status);
884 u_charsToUChars(keywordValue.data(), dest, keywordValue.length());
885 return u_terminateUChars(dest, destCapacity, keywordValue.length(), status);
899 dest, destCapacity,