Lines Matching refs:after
52 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after() method in EfficientXml.IntToString
69 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after() method in EfficientXml.IntToStringHex
91 int after(TypedXmlPullParser in, String n) throws Exception { in after() method in EfficientXml.IntFromString
103 int after(TypedXmlPullParser in, String n, int d) throws Exception { in after() method in EfficientXml.IntFromStringDefault
115 int after(TypedXmlPullParser in, String n) throws Exception { in after() method in EfficientXml.IntFromStringHex
142 void after(TypedXmlSerializer out, String n, long v) throws Exception { in after() method in EfficientXml.LongToString
159 void after(TypedXmlSerializer out, String n, long v) throws Exception { in after() method in EfficientXml.LongToStringHex
181 long after(TypedXmlPullParser in, String n) throws Exception { in after() method in EfficientXml.LongFromString
193 long after(TypedXmlPullParser in, String n, long d) throws Exception { in after() method in EfficientXml.LongFromStringDefault
205 long after(TypedXmlPullParser in, String n) throws Exception { in after() method in EfficientXml.LongFromStringHex
227 void after(TypedXmlSerializer out, String n, float v) throws Exception { in after() method in EfficientXml.FloatToString
244 float after(TypedXmlPullParser in, String n) throws Exception { in after() method in EfficientXml.FloatFromString
261 void after(TypedXmlSerializer out, String n, double v) throws Exception { in after() method in EfficientXml.DoubleToString
273 double after(TypedXmlPullParser in, String n) throws Exception { in after() method in EfficientXml.DoubleFromString
290 void after(TypedXmlSerializer out, String n, boolean v) throws Exception { in after() method in EfficientXml.BooleanToString
302 void after(TypedXmlSerializer out, String n) throws Exception { in after() method in EfficientXml.BooleanToStringTrue
314 void after(TypedXmlSerializer out, String n) throws Exception { in after() method in EfficientXml.BooleanToStringFalse
331 boolean after(TypedXmlPullParser in, String n) throws Exception { in after() method in EfficientXml.BooleanFromString
343 boolean after(TypedXmlPullParser in, String n, boolean d) throws Exception { in after() method in EfficientXml.BooleanFromStringDefault