Searched refs:toParse (Results 1 – 2 of 2) sorted by relevance
385 Queue<ClassTypePair> toParse = new ArrayDeque<ClassTypePair>(); in allInterfacesWithTypes() local393 toParse.addAll( in allInterfacesWithTypes()396 toParse.addAll(justMyInterfacesWithTypes()); in allInterfacesWithTypes()397 while (!toParse.isEmpty()) { in allInterfacesWithTypes()398 ClassTypePair ctp = toParse.remove(); in allInterfacesWithTypes()402 toParse.addAll(ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping())); in allInterfacesWithTypes()
2902 UnicodeString toParse("1,234",""); local2903 df->parse(toParse, n, pos);2906 … errln(UnicodeString("FAIL: parse(\"") + toParse + UnicodeString("\") returns ") + toString(n));2914 UnicodeString toParse("1,234",""); local2915 df->parse(toParse, n, pos);2918 … errln(UnicodeString("FAIL: parse(\"") + toParse + UnicodeString("\") returns ") + toString(n));