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

  /external/icu4c/i18n/
uregex.cpp     [all...]
uspoof_wsconf.cpp 75 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);
uspoof_impl.h 68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
uspoof_impl.cpp 127 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const {
151 U16_APPEND_UNSAFE(destBuf, i, inChar)
179 U16_APPEND_UNSAFE(destBuf, i, inChar)
191 destBuf[0] = value;
216 destBuf[ix] = src[ix];
  /external/icu4c/i18n/unicode/
uregex.h     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 882 StreamBuffer destBuf;
883 destBuf.streamId = kGenericStreamId;
884 destBuf.width = srcBuf.stream->width;
885 destBuf.height = srcBuf.stream->height;
886 destBuf.format = privBuffer->format; // Use real private format
887 destBuf.stride = srcBuf.stream->width; // TODO: query from gralloc
888 destBuf.buffer = srcBuf.buffer;
890 if (destBuf.format == HAL_PIXEL_FORMAT_BLOB) {
903 const Rect rect(destBuf.width, destBuf.height)
    [all...]

Completed in 475 milliseconds