Searched refs:usbi_locale_supported (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Dstrerror.c41 * code for your locale at the end of \c usbi_locale_supported[]<br>
43 * \code... usbi_locale_supported[] = { "en", "nl", "fr" };\endcode
45 * \code... usbi_locale_supported[] = { "en", "nl", "fr", "zh" };\endcode </li>
60 static const char* usbi_locale_supported[] = { "en", "nl", "fr" }; variable
61 static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {
148 for (i=0; i<ARRAYSIZE(usbi_locale_supported); i++) {
149 if (strncasecmp(usbi_locale_supported[i], locale, 2) == 0)
152 if (i >= ARRAYSIZE(usbi_locale_supported)) {

Completed in 211 milliseconds