Searched refs:myLong (Results 1 – 2 of 2) sorted by relevance
185 long myLong; member189 myLong(a) in B()
1256 Long myLong = new Long(s); in stringToValue() local1257 if (myLong.longValue() == myLong.intValue()) { in stringToValue()1258 return new Integer(myLong.intValue()); in stringToValue()1260 return myLong; in stringToValue()