Home
last modified time | relevance | path

Searched defs:_xmlSchemaValDecimal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dxmlschemastypes.c84 struct _xmlSchemaValDecimal { struct
86 unsigned long lo;
87 unsigned long mi;
88 unsigned long hi;
89 unsigned int extra;
90 unsigned int sign:1;
91 unsigned int frac:7;
92 unsigned int total:8;
/external/libxml2/
Dxmlschemastypes.c84 struct _xmlSchemaValDecimal { struct
86 unsigned long lo;
87 unsigned long mi;
88 unsigned long hi;
89 unsigned int extra;
90 unsigned int sign:1;
91 unsigned int frac:7;
92 unsigned int total:8;