Home | History | Annotate | Download | only in libxml2

Lines Matching refs:BASE_OCTAL

387   BASE_OCTAL   =  8,
1167 case BASE_OCTAL : return 3.0;
1732 base = BASE_OCTAL;
2216 && !((flags & FLAGS_ALTERNATIVE) && (base == BASE_OCTAL)));
2295 case BASE_OCTAL:
2330 case BASE_OCTAL:
5495 case BASE_OCTAL:
5607 if (!TrioReadNumber(self, &number, 0, 3, BASE_OCTAL))