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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dstrerror.c46 * <li> Copy the <tt>{ / * English (en) * / ... }</tt> section and add it at the end of \c usbi_localized_errors<br>
47 * Eg. for Chinese, the last section of \c usbi_localized_errors could look like:
61 static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = { variable
183 return usbi_localized_errors[usbi_locale][errcode_index];

Completed in 160 milliseconds