HomeSort by relevance Sort by last modified time
    Searched refs:clonedSet (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
uspoof.cpp 290 UnicodeSet *clonedSet = static_cast<UnicodeSet *>(chars->clone());
291 if (clonedSet == NULL || clonedSet->isBogus()) {
295 clonedSet->freeze();
297 This->fAllowedCharsSet = clonedSet;
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 176 UnicodeSet *clonedSet = static_cast<UnicodeSet *>(chars->clone());
177 if (clonedSet == NULL || clonedSet->isBogus()) {
181 clonedSet->freeze();
183 This->fAllowedCharsSet = clonedSet;

Completed in 143 milliseconds