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

/haiku/src/kits/translation/
H A DTranslatorRoster.cpp730 float bestWeight = 0.0f; local
750 if (weight > bestWeight) {
753 bestWeight = weight;
763 if (bestWeight > 0.0f)

Completed in 47 milliseconds