Searched refs:_totalChars (Results 1 – 1 of 1) sorted by relevance
39 protected final long _totalChars; field in JsonLocation66 _totalChars = totalChars; in JsonLocation()95 public long getCharOffset() { return _totalChars; } in getCharOffset()131 hash ^= (int) _totalChars; in hashCode()150 && (_totalChars == otherLoc._totalChars) in equals()