Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp1996 UBool hasRVO= wrapUChars(abc).getBuffer()==abc; in TestReadOnlyAlias() local
2000 if(temp!=longString || (hasRVO && temp.getBuffer()!=longString.getBuffer())) { in TestReadOnlyAlias()
2004 if(longString.compare(0, 5, temp)!=0 || (hasRVO && temp.getBuffer()!=longString.getBuffer())) { in TestReadOnlyAlias()
2008 …if(longString.compare(17, INT32_MAX, temp)!=0 || (hasRVO && temp.getBuffer()!=longString.getBuffer… in TestReadOnlyAlias()
2016 …if(longString.compare(6, INT32_MAX, temp)!=0 || (hasRVO && temp.getBuffer()!=longString.getBuffer(… in TestReadOnlyAlias()
2020 … if(longString.compare(8, 10, temp)!=0 || (hasRVO && temp.getBuffer()!=longString.getBuffer()+8)) { in TestReadOnlyAlias()