Searched refs:ID_NOT_AVAILABLE (Results 1 – 4 of 4) sorted by relevance
31 NOT_AVAILABLE(null, JsonTokenId.ID_NOT_AVAILABLE),166 && (id != JsonTokenId.ID_NOT_AVAILABLE); in JsonToken()
18 public final static int ID_NOT_AVAILABLE = -1; field
1916 final int token = (t == null) ? ID_NOT_AVAILABLE : t.id(); in copyCurrentEvent()1918 case ID_NOT_AVAILABLE: in copyCurrentEvent()2018 int id = (t == null) ? ID_NOT_AVAILABLE : t.id(); in copyCurrentStructure()2022 id = (t == null) ? ID_NOT_AVAILABLE : t.id(); in copyCurrentStructure()
387 case ID_NOT_AVAILABLE: in _getText2()