Searched refs:fallbackList (Results 1 – 1 of 1) sorted by relevance
2413 char **fallbackList; in uloc_acceptLanguage() local2417 fallbackList = uprv_malloc((size_t)(sizeof(fallbackList[0])*acceptListCount)); in uloc_acceptLanguage()2418 if(fallbackList==NULL) { in uloc_acceptLanguage()2442 uprv_free(fallbackList[j]); in uloc_acceptLanguage()2444 uprv_free(fallbackList); in uloc_acceptLanguage()2454 fallbackList[i] = uprv_strdup(tmp); in uloc_acceptLanguage()2456 fallbackList[i]=0; in uloc_acceptLanguage()2462 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) { in uloc_acceptLanguage()2464 fprintf(stderr,"Try: [%s]", fallbackList[i]); in uloc_acceptLanguage()2471 if(!uprv_strcmp(fallbackList[i], l)) { in uloc_acceptLanguage()[all …]