Searched refs:linelen (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/mail/
H A DUtilities.h52 int32 linelen(char*, int32, bool);
H A DUtilities.cpp165 linelen(char* str, int32 len, bool header) function
H A DMailSupport.cpp109 while ((length = linelen(buffer + result, size - result, true)) > 2)
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp899 int linelen = 0; local
904 if (l + linelen > 70) {
906 linelen = 0;
910 linelen += l;

Completed in 51 milliseconds