OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_char
(Results
1 - 5
of
5
) sorted by null
/external/curl/src/
tool_convert.c
116
char convert_char(curl_infotype infotype, char
this_char
)
125
if((
this_char
>= 0x20) && (
this_char
< 0x7f)) {
127
(void)convert_from_network(&
this_char
, 1);
136
if(ISPRINT(
this_char
)
137
&& (
this_char
!= '\t')
138
&& (
this_char
!= '\r')
139
&& (
this_char
!= '\n')) {
141
return
this_char
;
tool_convert.h
36
char convert_char(curl_infotype infotype, char
this_char
);
/system/bt/bta/hh/
bta_hh_utils.c
264
UINT8
this_char
, ctl_shift;
local
321
APPL_TRACE_DEBUG("
this_char
= %02x", this_report[xx]);
323
if ((
this_char
= this_report[xx]) == 0)
331
p_data->
this_char
[key_idx ++] =
this_char
;
375
APPL_TRACE_DEBUG("
this_char
= %02x", p_report[xx]);
/system/bt/bta/include/
bta_hh_api.h
248
UINT8
this_char
[6]; /* virtual key code */
member in struct:__anon73523
/toolchain/binutils/binutils-2.25/libiberty/
regex.c
1177
int
this_char
;
local
4448
unsigned
this_char
;
local
[
all
...]
Completed in 132 milliseconds