OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:finishpos
(Results
1 - 1
of
1
) sorted by null
/external/lzma/CPP/Common/
TextConfig.cpp
13
static AString GetIDString(const char *s, unsigned &
finishPos
)
16
for (
finishPos
= 0; ;
finishPos
++)
18
char c = s[
finishPos
];
63
unsigned
finishPos
;
64
AString temp = GetIDString(((const char *)s) + pos,
finishPos
);
67
if (
finishPos
== 0)
69
pos +=
finishPos
;
Completed in 50 milliseconds