Searched refs:fUtf16Offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMLocatorImpl.java75 public int fUtf16Offset = -1; field in class:DOMLocatorImpl
94 fUtf16Offset = utf16Offset;
111 fUtf16Offset = utf16Offset;
159 return fUtf16Offset;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMErrorHandlerWrapper.java140 locator.fUtf16Offset = exception.getCharacterOffset();
176 locator.fUtf16Offset = exception.getCharacterOffset();
221 locator.fUtf16Offset = exception.getCharacterOffset();

Completed in 30 milliseconds