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

/haiku/src/kits/mail/
H A Dmail_util.cpp603 int wordEnd = 0; local
606 while (source + wordEnd < bufEnd && isspace (source[wordEnd]))
607 wordEnd++;
609 if (source + wordEnd < bufEnd &&
610 strchr (specialChars, source[wordEnd]) != NULL) {
614 wordEnd++;
616 // Find the end of the word. Leave wordEnd pointing just after the
618 while (source + wordEnd < bufEnd) {
619 if (isspace(source[wordEnd]) ||
[all...]
/haiku/src/kits/tracker/
H A DUtilities.cpp1690 bool wordEnd = !text[k + 1] || isspace(text[k + 1]); local
1691 if (wordEnd)

Completed in 22 milliseconds