Searched refs:usbi_locale_supported (Results 1 – 1 of 1) sorted by relevance
63 static const char* usbi_locale_supported[] = { "en", "nl", "fr", "ru" }; variable64 static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {166 for (i=0; i<ARRAYSIZE(usbi_locale_supported); i++) { in libusb_setlocale()167 if (strncasecmp(usbi_locale_supported[i], locale, 2) == 0) in libusb_setlocale()170 if (i >= ARRAYSIZE(usbi_locale_supported)) { in libusb_setlocale()