Home
last modified time | relevance | path

Searched refs:toParse (Results 1 – 2 of 2) sorted by relevance

/external/doclava/src/com/google/doclava/
DClassInfo.java385 Queue<ClassTypePair> toParse = new ArrayDeque<ClassTypePair>(); in allInterfacesWithTypes() local
393 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()
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp2902 UnicodeString toParse("1,234",""); local
2903 df->parse(toParse, n, pos);
2906 … errln(UnicodeString("FAIL: parse(\"") + toParse + UnicodeString("\") returns ") + toString(n));
2914 UnicodeString toParse("1,234",""); local
2915 df->parse(toParse, n, pos);
2918 … errln(UnicodeString("FAIL: parse(\"") + toParse + UnicodeString("\") returns ") + toString(n));