Searched refs:usbi_locale_supported (Results 1 – 1 of 1) sorted by relevance
51 static const char * const usbi_locale_supported[] = { "en", "nl", "fr", "ru", "de", "hu" }; variable52 static const char * const usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUN…186 for (i = 0; i < ARRAYSIZE(usbi_locale_supported); i++) { in libusb_setlocale()187 if (usbi_locale_supported[i][0] == tolower((unsigned char)locale[0]) in libusb_setlocale()188 && usbi_locale_supported[i][1] == tolower((unsigned char)locale[1])) in libusb_setlocale()192 if (i == ARRAYSIZE(usbi_locale_supported)) in libusb_setlocale()