Searched defs:defVal (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Duresbund.c2356 char defVal[1024] = ""; /* default value for given locale */ local
2424 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr));
2427 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus));
2431 uprv_strcpy(kwVal, defVal);
2449 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status));
2499 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr));
2502 path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus));
2528 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) {
2530 fprintf(stderr, "Failed to locate kw %s - try default %s\n", kwVal, defVal);
2532 uprv_strcpy(kwVal, defVal);
[all...]
/external/libxml2/include/libxml/
H A DschemasInternals.h267 xmlSchemaValPtr defVal; /* The compiled value constraint */ member in struct:_xmlSchemaAttribute
792 xmlSchemaValPtr defVal; /* The compiled value contraint. */ member in struct:_xmlSchemaElement
/external/libxml2/
H A Dxmlschemas.c530 xmlSchemaValPtr defVal; member in struct:_xmlSchemaAttributeUse
3722 if (attr->defVal != NULL)
3723 xmlSchemaFreeValue(attr->defVal);
3740 if (use->defVal != NULL)
3741 xmlSchemaFreeValue(use->defVal);
3910 if (elem->defVal != NULL)
3911 xmlSchemaFreeValue(elem->defVal);
13943 *val = attruse->defVal;
13951 *val = attruse->attrDecl->defVal;
19432 attr->defValue, &(attr->defVal),
[all...]

Completed in 506 milliseconds