HomeSort by relevance Sort by last modified time
    Searched full:destbuf (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 236 unsigned char destbuf[2]; local
242 dstlen = sizeof(destbuf);
243 convert_from_utf8(B_UNICODE_CONVERSION, buf, &srclen, (char *)destbuf, &dstlen, &state);
244 unicode = destbuf[0];
246 unicode |= destbuf[1];
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.c 309 unsigned char *origbuf, *destbuf; local
330 destbuf = mybuf;
332 destbuf = buf;
333 bufstart = destbuf;
340 origbuf = destbuf;
341 error = bc->callback->tobytes(bc, &destbuf, bufstart, d, output_value,
344 if (!error && ((unsigned long)(destbuf - origbuf) != bc->len))
  /external/icu4c/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/
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.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];
uspoof_impl.h 68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
  /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...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h     [all...]
  /external/icu4c/i18n/unicode/
uregex.h     [all...]

Completed in 592 milliseconds