Searched refs:seenDot (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFString.c5513 Boolean seenDot = false; local
5561 if (seenDot) { // after we see '.' and then we see '0', it is 0 precision. We should not see '.' after '0' if '0' is the zero padding flag
5624 if (seenDot && spec->precArg == -1 && spec->precArgNum == -1) { // for the cases that we have '.' but no precision followed, not even '*'
5682 } else if (seenDot) { /* else it's either precision or width */
5693 seenDot = true;
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathParser.cpp207 bool seenDot = false; local
215 if (aChar == '.' && !seenDot)
216 seenDot = true;

Completed in 364 milliseconds