Lines Matching refs:fallbackList
2430 char **fallbackList; in uloc_acceptLanguage() local
2434 …fallbackList = static_cast<char **>(uprv_malloc((size_t)(sizeof(fallbackList[0])*acceptListCount))… in uloc_acceptLanguage()
2435 if(fallbackList==NULL) { in uloc_acceptLanguage()
2459 uprv_free(fallbackList[j]); in uloc_acceptLanguage()
2461 uprv_free(fallbackList); in uloc_acceptLanguage()
2471 fallbackList[i] = uprv_strdup(tmp); in uloc_acceptLanguage()
2473 fallbackList[i]=0; in uloc_acceptLanguage()
2479 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) { in uloc_acceptLanguage()
2481 fprintf(stderr,"Try: [%s]", fallbackList[i]); in uloc_acceptLanguage()
2488 if(!uprv_strcmp(fallbackList[i], l)) { in uloc_acceptLanguage()
2499 uprv_free(fallbackList[j]); in uloc_acceptLanguage()
2501 uprv_free(fallbackList); in uloc_acceptLanguage()
2507 if(uloc_getParent(fallbackList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) { in uloc_acceptLanguage()
2508 uprv_free(fallbackList[i]); in uloc_acceptLanguage()
2509 fallbackList[i] = uprv_strdup(tmp); in uloc_acceptLanguage()
2511 uprv_free(fallbackList[i]); in uloc_acceptLanguage()
2512 fallbackList[i]=0; in uloc_acceptLanguage()
2521 uprv_free(fallbackList[i]); in uloc_acceptLanguage()
2523 uprv_free(fallbackList); in uloc_acceptLanguage()