Lines Matching refs:fallbackList
2396 char **fallbackList; in uloc_acceptLanguage() local
2400 …fallbackList = static_cast<char **>(uprv_malloc((size_t)(sizeof(fallbackList[0])*acceptListCount))… in uloc_acceptLanguage()
2401 if(fallbackList==NULL) { in uloc_acceptLanguage()
2425 uprv_free(fallbackList[j]); in uloc_acceptLanguage()
2427 uprv_free(fallbackList); in uloc_acceptLanguage()
2437 fallbackList[i] = uprv_strdup(tmp); in uloc_acceptLanguage()
2439 fallbackList[i]=0; in uloc_acceptLanguage()
2445 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) { in uloc_acceptLanguage()
2447 fprintf(stderr,"Try: [%s]", fallbackList[i]); in uloc_acceptLanguage()
2454 if(!uprv_strcmp(fallbackList[i], l)) { in uloc_acceptLanguage()
2465 uprv_free(fallbackList[j]); in uloc_acceptLanguage()
2467 uprv_free(fallbackList); in uloc_acceptLanguage()
2473 if(uloc_getParent(fallbackList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) { in uloc_acceptLanguage()
2474 uprv_free(fallbackList[i]); in uloc_acceptLanguage()
2475 fallbackList[i] = uprv_strdup(tmp); in uloc_acceptLanguage()
2477 uprv_free(fallbackList[i]); in uloc_acceptLanguage()
2478 fallbackList[i]=0; in uloc_acceptLanguage()
2487 uprv_free(fallbackList[i]); in uloc_acceptLanguage()
2489 uprv_free(fallbackList); in uloc_acceptLanguage()