Searched refs:translate_custom_table (Results 1 – 1 of 1) sorted by relevance
201 const struct cntry_locales_custom translate_custom_table[] = { variable272 size = ARRAYSIZE(translate_custom_table); in get_customized_country_code()281 if (strcmp(country_iso_code, translate_custom_table[i].iso_abbrev) == 0) { in get_customized_country_code()283 translate_custom_table[i].custom_locale, WLC_CNTRY_BUF_SZ); in get_customized_country_code()284 cspec->rev = translate_custom_table[i].custom_locale_rev; in get_customized_country_code()290 memcpy(cspec->ccode, translate_custom_table[0].custom_locale, WLC_CNTRY_BUF_SZ); in get_customized_country_code()291 cspec->rev = translate_custom_table[0].custom_locale_rev; in get_customized_country_code()