Searched defs:best_matching (Results 1 - 1 of 1) sorted by relevance

/systemd/src/locale/
H A Dlocaled.c681 unsigned best_matching = 0; local
733 if (matching >= MAX(best_matching, 1u)) {
737 if (matching > best_matching) {
738 best_matching = matching;
747 if (best_matching < 10 && c->x11_layout) {

Completed in 14 milliseconds