HomeSort by relevance Sort by last modified time
    Searched refs:destBuf (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp     [all...]
uspoof_wsconf.cpp 76 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);
uspoof_impl.h 69 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &destBuf) const;
  /external/icu/icu4c/source/i18n/
uregex.cpp     [all...]
uspoof_wsconf.cpp 76 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);
uspoof_impl.h 69 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &destBuf) const;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 880 StreamBuffer destBuf;
881 destBuf.streamId = kGenericStreamId;
882 destBuf.width = srcBuf.stream->width;
883 destBuf.height = srcBuf.stream->height;
884 destBuf.format = privBuffer->format; // Use real private format
885 destBuf.stride = srcBuf.stream->width; // TODO: query from gralloc
886 destBuf.buffer = srcBuf.buffer;
888 if (destBuf.format == HAL_PIXEL_FORMAT_BLOB) {
901 const Rect rect(destBuf.width, destBuf.height)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 1031 FX_BYTE destBuf[1024];
1041 pOther->m_pFile->ReadBlock(destBuf, destOffset, actualSize);
1042 if (FXSYS_memcmp32(srcBuf, destBuf, actualSize) != 0) {
    [all...]

Completed in 265 milliseconds