Home | History | Annotate | Download | only in libxml2

Lines Matching defs:expectedWidth

2638   int expectedWidth;
2900 expectedWidth = integerDigits + fractionDigits
2908 expectedWidth += sizeof("-") - 1;
2910 expectedWidth += exponentDigits +
2913 expectedWidth += sizeof("0X") - 1;
2932 for (i = expectedWidth; i < width; i++)
2943 for (i = expectedWidth; i < width; i++)
3072 for (i = expectedWidth; i < width; i++)