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

/systemd/src/locale/
H A Dlocaled.c690 unsigned matching = 0; local
698 /* Determine how well matching this entry is */
701 matching = 10;
707 matching = 5;
715 matching = 1;
719 if (matching > 0) {
721 matching++;
724 matching++;
727 matching++;
732 /* The best matching entr
[all...]

Completed in 13 milliseconds