OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:str_pos
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
splparser.cpp
43
uint16
str_pos
= 0;
local
49
while (
str_pos
< str_len) {
50
char char_this = splstr[
str_pos
];
59
str_pos
++;
61
start_pos[idx_num] =
str_pos
;
70
str_pos
++;
72
start_pos[idx_num] =
str_pos
;
84
if (0 ==
str_pos
) {
115
start_pos[idx_num] =
str_pos
;
125
str_pos
++
172
uint16
str_pos
= 0;
local
[
all
...]
/external/qemu/proxy/
proxy_int.h
81
int
str_pos
; /* see proxy_connection_send() */
member in struct:ProxyConnection
124
* starting from offset conn->
str_pos
in the buffer
131
* that were really sent. conn->
str_pos
will be incremented
135
* performs a proxy_connection_rewind which sets conn->
str_pos
Completed in 47 milliseconds