Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof.cpp350 UnicodeSet *clonedSet = static_cast<UnicodeSet *>(chars->clone()); in uspoof_setAllowedUnicodeSet() local
351 if (clonedSet == NULL || clonedSet->isBogus()) { in uspoof_setAllowedUnicodeSet()
355 clonedSet->freeze(); in uspoof_setAllowedUnicodeSet()
357 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet()