Searched refs:destBuf (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 1152 UChar *destBuf, in uregex_replaceAll() argument 1160 (destBuf == NULL && destCapacity > 0) || in uregex_replaceAll() 1178 &destBuf, &destCapacity, status); in uregex_replaceAll() 1180 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status); in uregex_replaceAll() 1226 UChar *destBuf, in uregex_replaceFirst() argument 1234 (destBuf == NULL && destCapacity > 0) || in uregex_replaceFirst() 1246 &destBuf, &destCapacity, status); in uregex_replaceFirst() 1248 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status); in uregex_replaceFirst() 1294 UChar **destBuf, 1299 UChar **destBuf, [all …]
|
D | uspoof_wsconf.cpp | 76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) { in extractGroup() argument 80 destBuf[0] = 0; in extractGroup() 86 s.extract(0, len, destBuf, destCapacity, US_INV); in extractGroup()
|
D | uspoof_impl.h | 69 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &destBuf) const;
|
/external/lzma/CPP/Common/ |
D | StringConvert.cpp | 32 wchar_t *destBuf = dest.GetBuffer(srcString.Len()); in MultiByteToUnicodeString2() local 40 destBuf[i++] = (wchar_t)c; in MultiByteToUnicodeString2() 46 srcString.Len() - i, destBuf + i, in MultiByteToUnicodeString2() 63 char *destBuf = dest.GetBuffer(numRequiredBytes); in UnicodeStringToMultiByte2() local 71 destBuf[i++] = (char)c; in UnicodeStringToMultiByte2() 78 destBuf + i, numRequiredBytes + 1 - i, in UnicodeStringToMultiByte2()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 1086 UChar *destBuf, 1145 UChar *destBuf, 1226 UChar **destBuf, 1284 UChar **destBuf, 1364 UChar *destBuf,
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_objects.cpp | 916 uint8_t destBuf[kBlockSize]; in Identical() local 925 pOther->m_pFile->ReadBlock(destBuf, offset, actualSize); in Identical() 926 if (FXSYS_memcmp(srcBuf, destBuf, actualSize) != 0) in Identical()
|