Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dservls.cpp182 … LocalPointer<UnicodeString> clonedId(((UnicodeString *)other._ids.elementAt(i))->clone(), status); in ServiceEnumeration() local
183 _ids.adoptElement(clonedId.orphan(), status); in ServiceEnumeration()
/third_party/node/deps/icu-small/source/common/
Dservls.cpp182 … LocalPointer<UnicodeString> clonedId(((UnicodeString *)other._ids.elementAt(i))->clone(), status); in ServiceEnumeration() local
183 _ids.adoptElement(clonedId.orphan(), status); in ServiceEnumeration()
/third_party/icu/icu4c/source/test/intltest/
Dtransapi.cpp936 UnicodeString clonedId; in callEverything() local
938 clonedId = clonedTR->getID(); in callEverything()
939 CEASSERT(id == clonedId); in callEverything()