Searched refs:goodStrings (Results 1 – 2 of 2) sorted by relevance
211 static String[] goodStrings = { field in ParseFloatTest265 paddedGoodStrings = new String[goodStrings.length];266 for(int i = 0 ; i < goodStrings.length; i++)267 paddedGoodStrings[i] = pad + goodStrings[i] + pad;327 testParsing(goodStrings, false); in testParsing()
301 static String[] goodStrings = { field in ParseDoubleTest546 paddedGoodStrings = new String[goodStrings.length];547 for(int i = 0 ; i < goodStrings.length; i++)548 paddedGoodStrings[i] = pad + goodStrings[i] + pad;758 testParsing(goodStrings, false); in testParsing()766 testRegex(goodStrings, false); in testRegex()