Searched refs:XPathExceptionOffset (Results 1 – 2 of 2) sorted by relevance
45 static const int XPathExceptionOffset = 400; variable49 INVALID_EXPRESSION_ERR = XPathExceptionOffset + 51,
131 …} else if (code >= XPathException::XPathExceptionOffset && code <= XPathException::XPathExceptionM… in getExceptionCodeDescription()134 code -= XPathException::XPathExceptionOffset; in getExceptionCodeDescription()