Lines Matching refs:fallbackList
2438 char **fallbackList; in uloc_acceptLanguage() local
2442 …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()
2507 uprv_free(fallbackList[j]); in uloc_acceptLanguage()
2509 uprv_free(fallbackList); in uloc_acceptLanguage()
2515 if(uloc_getParent(fallbackList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) { in uloc_acceptLanguage()
2516 uprv_free(fallbackList[i]); in uloc_acceptLanguage()
2517 fallbackList[i] = uprv_strdup(tmp); in uloc_acceptLanguage()
2519 uprv_free(fallbackList[i]); in uloc_acceptLanguage()
2520 fallbackList[i]=0; in uloc_acceptLanguage()
2529 uprv_free(fallbackList[i]); in uloc_acceptLanguage()
2531 uprv_free(fallbackList); in uloc_acceptLanguage()