Home | History | Annotate | Download | only in common

Lines Matching defs:defVal

2373     char defVal[1024] = ""; /* default value for given locale */
2441 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr));
2444 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus));
2448 uprv_strcpy(kwVal, defVal);
2466 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status));
2516 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr));
2519 path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus));
2545 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) {
2547 fprintf(stderr, "Failed to locate kw %s - try default %s\n", kwVal, defVal);
2549 uprv_strcpy(kwVal, defVal);
2592 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr));
2595 path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus));
2628 if(!uprv_strcmp(kwVal, defVal)) { /* if the requested kw is default, */
2647 uprv_strcat(found, defVal);