Home | History | Annotate | Download | only in common

Lines Matching refs:defLoc

2408     char defLoc[1024] = ""; /* default value for given locale */
2480 uprv_strcpy(defLoc, parent);
2540 if(uprv_strlen(defLoc) > uprv_strlen(full)) {
2555 uprv_strcpy(defLoc, full);
2560 fprintf(stderr, "No trim0, %s <= %s\n", defLoc, full);
2616 if(uprv_strlen(defLoc) > uprv_strlen(full)) {
2631 uprv_strcpy(defLoc, full);
2636 fprintf(stderr, "No trim1, %s <= %s\n", defLoc, full);
2658 fprintf(stderr,"Trim? full=%s, defLoc=%s, found=%s\n", full, defLoc, found);
2660 if(uprv_strlen(defLoc) <= uprv_strlen(full)) {