Searched refs:pos01 (Results 1 – 6 of 6) sorted by relevance
124 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local140 result3 = def.parse(text, pos01); in TestAPI()
119 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local126 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
128 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local144 result3 = def.parse(text, pos01); in TestAPI()
123 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local130 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
189 ParsePosition pos(0), pos01(0); in testAPI() local204 result3 = def->parse(text, pos01); in testAPI()
160 ParsePosition pos(0), pos01(0); in testAPI() local167 fr->parse(text, result2, pos01); in testAPI()