Home | History | Annotate | Download | only in common

Lines Matching defs:fallbackList

2431     char **fallbackList;
2435 fallbackList = static_cast<char **>(uprv_malloc((size_t)(sizeof(fallbackList[0])*acceptListCount)));
2436 if(fallbackList==NULL) {
2460 uprv_free(fallbackList[j]);
2462 uprv_free(fallbackList);
2472 fallbackList[i] = uprv_strdup(tmp);
2474 fallbackList[i]=0;
2480 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) {
2482 fprintf(stderr,"Try: [%s]", fallbackList[i]);
2489 if(!uprv_strcmp(fallbackList[i], l)) {
2500 uprv_free(fallbackList[j]);
2502 uprv_free(fallbackList);
2508 if(uloc_getParent(fallbackList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) {
2509 uprv_free(fallbackList[i]);
2510 fallbackList[i] = uprv_strdup(tmp);
2512 uprv_free(fallbackList[i]);
2513 fallbackList[i]=0;
2522 uprv_free(fallbackList[i]);
2524 uprv_free(fallbackList);