Searched refs:totalStr (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkResourceCache.cpp | 169 SkString bytesStr, totalStr; in add() local 171 make_size_str(fTotalBytesUsed, &totalStr); in add() 173 bytesStr.c_str(), rec, rec->getHash(), totalStr.c_str(), fCount); in add() 194 SkString bytesStr, totalStr; in remove() local 196 make_size_str(fTotalBytesUsed, &totalStr); in remove() 198 bytesStr.c_str(), rec, rec->getHash(), totalStr.c_str(), fCount); in remove()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | CollationPerformanceTest.java | 625 String totalStr = ""; in doForwardIterTest() local 630 totalStr += tests[linecount]; in doForwardIterTest() 638 iter = ((RuleBasedCollator)icuCol).getCollationElementIterator(totalStr); in doForwardIterTest() 744 String totalStr = ""; in doBackwardIterTest() local 749 totalStr += tests[linecount]; in doBackwardIterTest() 758 iter = ((RuleBasedCollator)icuCol).getCollationElementIterator(totalStr); in doBackwardIterTest()
|