Searched refs:fallbackList (Results 1 – 1 of 1) sorted by relevance
2438 char **fallbackList; in uloc_acceptLanguage() local2442 …fallbackList = static_cast<char **>(uprv_malloc((size_t)(sizeof(fallbackList[0])*acceptListCount))… in uloc_acceptLanguage()2443 if(fallbackList==NULL) { in uloc_acceptLanguage()2467 uprv_free(fallbackList[j]); in uloc_acceptLanguage()2469 uprv_free(fallbackList); in uloc_acceptLanguage()2479 fallbackList[i] = uprv_strdup(tmp); in uloc_acceptLanguage()2481 fallbackList[i]=0; in uloc_acceptLanguage()2487 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) { in uloc_acceptLanguage()2489 fprintf(stderr,"Try: [%s]", fallbackList[i]); in uloc_acceptLanguage()2496 if(!uprv_strcmp(fallbackList[i], l)) { in uloc_acceptLanguage()[all …]