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

  /external/icu4c/i18n/
uspoof.cpp 257 UnicodeSet *clonedSet = static_cast<UnicodeSet *>(chars->clone());
258 if (clonedSet == NULL || clonedSet->isBogus()) {
262 clonedSet->freeze();
264 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 466 milliseconds