Searched refs:fragmentIndex (Results 1 – 4 of 4) sorted by relevance
236 int fragmentIndex = uriString.indexOf('#'); in getUriIndices() local237 if (fragmentIndex == -1) { in getUriIndices()238 fragmentIndex = length; in getUriIndices()241 if (queryIndex == -1 || queryIndex > fragmentIndex) { in getUriIndices()243 queryIndex = fragmentIndex; in getUriIndices()275 indices[FRAGMENT] = fragmentIndex; in getUriIndices()
131 final int fragmentIndex = systemId.indexOf('#'); in isAbsoluteURI() local138 if(fragmentIndex > 0) in isAbsoluteURI()139 index = fragmentIndex; in isAbsoluteURI()
124 final int fragmentIndex = systemId.indexOf('#'); in isAbsoluteURI() local131 if(fragmentIndex > 0) in isAbsoluteURI()132 index = fragmentIndex; in isAbsoluteURI()
87 int fragmentIndex = DOM.getChildIndex(getElement(), body); in getCellPosition() local89 int row = fragmentIndex * rowsPerFragment + rowWithinFragment; in getCellPosition()