OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxItemLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp
649
int32_t i, length, prefixLength,
maxItemLength
, basenameOffset, offset, outInt32;
779
// then write the item entries (and collect the
maxItemLength
)
780
maxItemLength
=0;
798
if(length>
maxItemLength
) {
799
maxItemLength
=length;
[
all
...]
/external/icu4c/tools/toolutil/
package.cpp
696
int32_t i, length, prefixLength,
maxItemLength
, basenameOffset, offset, outInt32;
835
// then write the item entries (and collect the
maxItemLength
)
836
maxItemLength
=0;
854
if(length>
maxItemLength
) {
855
maxItemLength
=length;
[
all
...]
Completed in 918 milliseconds