Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Duniset.h1522 UnicodeSet& copyFrom(const UnicodeSet& o, UBool asThawed);
/external/icu/libicu/cts_headers/unicode/
Duniset.h1522 UnicodeSet& copyFrom(const UnicodeSet& o, UBool asThawed);
/external/icu/icu4c/source/common/
Duniset.cpp228 UnicodeSet& UnicodeSet::copyFrom(const UnicodeSet& o, UBool asThawed) { in copyFrom() argument
245 if (o.bmpSet != nullptr && !asThawed) { in copyFrom()
262 if (o.stringSpan != nullptr && !asThawed) { in copyFrom()