Home | History | Annotate | Download | only in rendering

Lines Matching refs:resultVector

1558     Vector<UChar> resultVector;
1559 resultVector.append(suffix);
1564 resultVector.append(' ');
1566 resultVector.prepend(' ');
1569 return String::adopt(resultVector);