Home | History | Annotate | Download | only in common

Lines Matching full:fallbacklist

2438     char **fallbackList;
2442 fallbackList = static_cast<char **>(uprv_malloc((size_t)(sizeof(fallbackList[0])*acceptListCount)));
2443 if(fallbackList==NULL) {
2467 uprv_free(fallbackList[j]);
2469 uprv_free(fallbackList);
2479 fallbackList[i] = uprv_strdup(tmp);
2481 fallbackList[i]=0;
2487 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) {
2489 fprintf(stderr,"Try: [%s]", fallbackList[i]);
2496 if(!uprv_strcmp(fallbackList[i], l)) {
2507 uprv_free(fallbackList[j]);
2509 uprv_free(fallbackList);
2515 if(uloc_getParent(fallbackList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) {
2516 uprv_free(fallbackList[i]);
2517 fallbackList[i] = uprv_strdup(tmp);
2519 uprv_free(fallbackList[i]);
2520 fallbackList[i]=0;
2529 uprv_free(fallbackList[i]);
2531 uprv_free(fallbackList);