OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destbuf
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h
230
unsigned char
destbuf
[2];
local
236
dstlen = sizeof(
destbuf
);
237
convert_from_utf8(B_UNICODE_CONVERSION, buf, &srclen, (char *)
destbuf
, &dstlen, &state);
238
unicode =
destbuf
[0];
240
unicode |=
destbuf
[1];
/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.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;
/external/icu4c/i18n/unicode/
uregex.h
[
all
...]
Completed in 400 milliseconds