Searched defs:destBuf (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Duspoof_wsconf.cpp75 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
79 destBuf[0] = 0;
85 s.extract(0, len, destBuf, destCapacity, US_INV);
74 extractGroup( URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) argument
H A Duregex.cpp1157 UChar *destBuf,
1165 (destBuf == NULL && destCapacity > 0) ||
1183 &destBuf, &destCapacity, status);
1185 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status);
1231 UChar *destBuf,
1239 (destBuf == NULL && destCapacity > 0) ||
1251 &destBuf, &destCapacity, status);
1253 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status);
1299 UChar **destBuf,
1304 UChar **destBuf,
1154 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1228 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1340 appendReplacement(RegularExpression *regexp, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1552 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1582 appendTail(RegularExpression *regexp, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1705 uregex_appendTail(URegularExpression *regexp2, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1769 split(RegularExpression *regexp, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1905 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
[all...]

Completed in 331 milliseconds