Home | History | Annotate | Download | only in collationperf

Lines Matching full:opt_langid

107 int    opt_langid     = 0;         // Defaults to value corresponding to opt_locale.
149 {"-langid", OptSpec::NUM, &opt_langid},
1515 if (opt_langid != 0) {
1516 gWinLCID = MAKELCID(opt_langid, SORT_DEFAULT);