Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Duspoof.cpp357 UnicodeSet *clonedSet = chars->clone(); in uspoof_setAllowedUnicodeSet() local
358 if (clonedSet == NULL || clonedSet->isBogus()) { in uspoof_setAllowedUnicodeSet()
362 clonedSet->freeze(); in uspoof_setAllowedUnicodeSet()
364 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet()
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof.cpp358 UnicodeSet *clonedSet = chars->clone(); in uspoof_setAllowedUnicodeSet() local
359 if (clonedSet == nullptr || clonedSet->isBogus()) { in uspoof_setAllowedUnicodeSet()
363 clonedSet->freeze(); in uspoof_setAllowedUnicodeSet()
365 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof.cpp353 UnicodeSet *clonedSet = chars->clone(); in uspoof_setAllowedUnicodeSet() local
354 if (clonedSet == NULL || clonedSet->isBogus()) { in uspoof_setAllowedUnicodeSet()
358 clonedSet->freeze(); in uspoof_setAllowedUnicodeSet()
360 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet()

Completed in 5 milliseconds