Searched defs:sizeWithHeader (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
H A Dcollationinfo.cpp30 CollationInfo::printSizes(int32_t sizeWithHeader, const int32_t indexes[]) { argument
32 if(sizeWithHeader > totalSize) {
33 printf(" header size: %6ld\n", (long)(sizeWithHeader - totalSize));
111 printf(" collator binary total size: %6ld\n", (long)sizeWithHeader);

Completed in 174 milliseconds