OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destBuf
(Results
1 - 10
of
10
) sorted by null
/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.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/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h
[
all
...]
/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 112 milliseconds