Searched refs:clonedSet (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Duspoof.cpp176 UnicodeSet *clonedSet = static_cast<UnicodeSet *>(chars->clone()); local
177 if (clonedSet == NULL || clonedSet->isBogus()) {
181 clonedSet->freeze();
183 This->fAllowedCharsSet = clonedSet;

Completed in 43 milliseconds