HomeSort by relevance Sort by last modified time
    Searched refs:newS (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 266 UnicodeString oldS, newS;
268 prettify(CollationKey(newSk, resLen), newS);
270 errln(" Current key: "+newS);
  /external/libcxx/benchmarks/
string.bench.cpp 201 S *newS = new (static_cast<void*>(Storage)) std::string(makeString(Length()));
207 S *tmpS = new (static_cast<void*>(Storage + I)) S(std::move(*newS));
209 newS->~S();
210 newS = tmpS;
212 newS->~S();

Completed in 99 milliseconds