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

/haiku/src/kits/mail/
H A Dmail_util.cpp1522 const char *quoteEnd = ++string; local
1524 while (quoteEnd[0] && quoteEnd[0] != '"')
1525 quoteEnd++;
1527 if (!quoteEnd[0]) // string exceeds line!
1528 quoteEnd = string;
1530 string = quoteEnd + 1;

Completed in 26 milliseconds