Home | History | Annotate | Download | only in common

Lines Matching defs:fallbackList

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