Searched refs:destBuf (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/Common/
H A DStringConvert.cpp32 wchar_t *destBuf = dest.GetBuffer(srcString.Len()); local
40 destBuf[i++] = (wchar_t)c;
46 srcString.Len() - i, destBuf + i,
63 char *destBuf = dest.GetBuffer(numRequiredBytes); local
71 destBuf[i++] = (char)c;
78 destBuf + i, numRequiredBytes + 1 - i,
/external/icu/icu4c/source/i18n/
H A Duregex.cpp1152 UChar *destBuf,
1160 (destBuf == NULL && destCapacity > 0) ||
1178 &destBuf, &destCapacity, status);
1180 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status);
1226 UChar *destBuf,
1234 (destBuf == NULL && destCapacity > 0) ||
1246 &destBuf, &destCapacity, status);
1248 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status);
1294 UChar **destBuf,
1299 UChar **destBuf,
1149 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1223 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1337 appendReplacement(RegularExpression *regexp, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1582 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1612 appendTail(RegularExpression *regexp, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1738 uregex_appendTail(URegularExpression *regexp2, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1802 split(RegularExpression *regexp, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1938 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
[all...]
H A Duspoof_wsconf.cpp76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
80 destBuf[0] = 0;
86 s.extract(0, len, destBuf, destCapacity, US_INV);
75 extractGroup( URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) argument
H A Duspoof_impl.h69 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &destBuf) const;
/external/icu/icu4c/source/i18n/unicode/
H A Duregex.h1073 * @param destBuf A (UChar *) buffer that will receive the result.
1086 UChar *destBuf,
1132 * @param destBuf A (UChar *) buffer that will receive the result.
1145 UChar *destBuf,
1206 * @param destBuf The buffer into which the results of the
1226 UChar **destBuf,
1268 * @param destBuf The buffer in which the results of the
1284 UChar **destBuf,
1335 * @param destBuf A (UChar *) buffer to receive the fields that
1341 * @param destCapacity The capacity of the destBuf
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp916 uint8_t destBuf[kBlockSize]; local
925 pOther->m_pFile->ReadBlock(destBuf, offset, actualSize);
926 if (FXSYS_memcmp(srcBuf, destBuf, actualSize) != 0)

Completed in 296 milliseconds