Searched refs:localelen (Results 1 – 1 of 1) sorted by relevance
167 const int localelen = strlen(testcases[i].locale); in checks() local168 if (strncmp(newlocale, testcases[i].locale, localelen) == 0) { in checks()