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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h22 int32 matchLen)
27 fMatchLen(matchLen)
20 Choice(const BString& choiceText, const BString& displayText, int32 matchPos, int32 matchLen) argument
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp414 int matchLen = matchList.CountItems(); local
415 if (matchLen > 0) {
422 for (int j = 0; j < matchLen; j++) {
442 for (int k = 0; k < matchLen; k++)
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp44 int32 matchPos, int32 matchLen, int32 priority)
46 BAutoCompleter::Choice(choiceText, displayText, matchPos, matchLen),
43 URLChoice(const BString& choiceText, const BString& displayText, int32 matchPos, int32 matchLen, int32 priority) argument

Completed in 54 milliseconds