Home | History | Annotate | Download | only in i18n

Lines Matching refs:destBuf

738                   UChar                 *destBuf,
745 destBuf == NULL && destCapacity > 0 ||
763 &destBuf, &destCapacity, status);
765 len += uregex_appendTail(regexp, &destBuf, &destCapacity, status);
787 UChar *destBuf,
794 destBuf == NULL && destCapacity > 0 ||
806 &destBuf, &destCapacity, status);
808 len += uregex_appendTail(regexp, &destBuf, &destCapacity, status);
831 UChar **destBuf,
836 UChar **destBuf,
878 UChar **destBuf,
898 destCapacity == NULL || destBuf == NULL ||
899 *destBuf == NULL && *destCapacity > 0 ||
911 UChar *dest = *destBuf;
1052 *destBuf += destIdx;
1055 *destBuf += capacity;
1077 UChar **destBuf,
1081 regexp, replacementText, replacementLength,destBuf, destCapacity, status);
1091 UChar **destBuf,
1109 if (destCapacity == NULL || destBuf == NULL ||
1110 *destBuf == NULL && *destCapacity > 0 ||
1136 UChar *dest = *destBuf;
1178 *destBuf += destIdx;
1181 *destBuf += destCap;
1195 UChar **destBuf,
1198 return RegexCImpl::appendTail(regexp, destBuf, destCapacity, status);
1246 UChar *destBuf,
1255 if (destBuf == NULL && destCapacity > 0 ||
1278 int32_t destIdx = 0; // Next available position in destBuf;
1298 destFields[i] = &destBuf[destIdx];
1299 copyString(destBuf, destCapacity, &destIdx,
1308 destFields[i] = &destBuf[destIdx];
1309 copyString(destBuf, destCapacity, &destIdx,
1330 destFields[i] = &destBuf[destIdx];
1346 destFields[i] = &destBuf[destIdx];
1347 copyString(destBuf, destCapacity, &destIdx,