Home | History | Annotate | Download | only in common

Lines Matching refs:defLoc

2357     char defLoc[1024] = ""; /* default value for given locale */
2429 uprv_strcpy(defLoc, parent);
2489 if(uprv_strlen(defLoc) > uprv_strlen(full)) {
2504 uprv_strcpy(defLoc, full);
2509 fprintf(stderr, "No trim0, %s <= %s\n", defLoc, full);
2565 if(uprv_strlen(defLoc) > uprv_strlen(full)) {
2580 uprv_strcpy(defLoc, full);
2585 fprintf(stderr, "No trim1, %s <= %s\n", defLoc, full);
2607 fprintf(stderr,"Trim? full=%s, defLoc=%s, found=%s\n", full, defLoc, found);
2609 if(uprv_strlen(defLoc) <= uprv_strlen(full)) {