Home | History | Annotate | Download | only in common

Lines Matching refs:defLoc

2532     char defLoc[1024] = ""; /* default value for given locale */
2604 uprv_strcpy(defLoc, parent);
2664 if(uprv_strlen(defLoc) > uprv_strlen(full)) {
2679 uprv_strcpy(defLoc, full);
2684 fprintf(stderr, "No trim0, %s <= %s\n", defLoc, full);
2740 if(uprv_strlen(defLoc) > uprv_strlen(full)) {
2755 uprv_strcpy(defLoc, full);
2760 fprintf(stderr, "No trim1, %s <= %s\n", defLoc, full);
2782 fprintf(stderr,"Trim? full=%s, defLoc=%s, found=%s\n", full, defLoc, found);
2784 if(uprv_strlen(defLoc) <= uprv_strlen(full)) {