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

/haiku/src/servers/app/
H A DServerFont.cpp479 \param startGuess is the starting point for the binary search (default 0)
483 FindBlockForCodepoint(uint32 codePoint, uint32 startGuess) argument
489 if (startGuess > 0)
490 guess = startGuess;

Completed in 34 milliseconds