Home | History | Annotate | Download | only in libxml2

Lines Matching defs:expectedWidth

2622   int expectedWidth;
2884 expectedWidth = integerDigits + fractionDigits
2892 expectedWidth += sizeof("-") - 1;
2894 expectedWidth += exponentDigits +
2897 expectedWidth += sizeof("0X") - 1;
2916 for (i = expectedWidth; i < width; i++)
2927 for (i = expectedWidth; i < width; i++)
3056 for (i = expectedWidth; i < width; i++)