Home | History | Annotate | Download | only in common

Lines Matching refs:defLoc

2515     char defLoc[1024] = ""; /* default value for given locale */
2587 uprv_strcpy(defLoc, parent);
2647 if(uprv_strlen(defLoc) > uprv_strlen(full)) {
2662 uprv_strcpy(defLoc, full);
2667 fprintf(stderr, "No trim0, %s <= %s\n", defLoc, full);
2723 if(uprv_strlen(defLoc) > uprv_strlen(full)) {
2738 uprv_strcpy(defLoc, full);
2743 fprintf(stderr, "No trim1, %s <= %s\n", defLoc, full);
2765 fprintf(stderr,"Trim? full=%s, defLoc=%s, found=%s\n", full, defLoc, found);
2767 if(uprv_strlen(defLoc) <= uprv_strlen(full)) {