OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extbig
(Results
1 - 1
of
1
) sorted by null
/external/lzma/CPP/7zip/Archive/
SplitHandler.cpp
171
UString
extBig
= ext;
172
extBig
.MakeUpper();
178
if (
extBig
.Right(2) == L"AA")
181
while (numLetters <
extBig
.Length())
183
if (
extBig
[
extBig
.Length() - numLetters - 1] != 'A')
190
while (numLetters <
extBig
.Length())
192
if (
extBig
[
extBig
.Length() - numLetters - 1] != '0')
204
seqName._unchangedPart = prefix + ext.Left(
extBig
.Length() - numLetters);
[
all
...]
Completed in 260 milliseconds