Lines Matching refs:resultLines
106 std::vector<UnicodeString> resultLines; in testPermutations() local
107 resultLines.push_back(u"# © 2019 and later: Unicode, Inc. and others."); in testPermutations()
108 resultLines.push_back(u"# License & terms of use: http://www.unicode.org/copyright.html"); in testPermutations()
109 resultLines.push_back(UnicodeString()); in testPermutations()
131 resultLines.push_back(skeleton); in testPermutations()
137 resultLines.push_back(UnicodeString(u" ").append(locData.ustring)); in testPermutations()
139 resultLines.push_back(UnicodeString(u" ").append( in testPermutations()
144 resultLines.push_back(UnicodeString()); in testPermutations()
152 infoln(u"Quick mode: stopped after " + Int64ToUnicodeString(resultLines.size()) + in testPermutations()
173 for (const auto& actualLine : resultLines) { in testPermutations()
193 for (const auto& uniLine : resultLines) { in testPermutations()