Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Duniset.h523 inline static UnicodeSet *fromUSet(USet *uset);
533 inline static const UnicodeSet *fromUSet(const USet *uset);
1701 inline UnicodeSet *UnicodeSet::fromUSet(USet *uset) { in fromUSet() function
1705 inline const UnicodeSet *UnicodeSet::fromUSet(const USet *uset) { in fromUSet() function
/external/icu/icu4c/source/i18n/
Ducol_sit.cpp659 icu::UnicodeSet::fromUSet(contractions), in ucol_getContractionsAndExpansions()
660 icu::UnicodeSet::fromUSet(expansions), in ucol_getContractionsAndExpansions()
Duspoof.cpp335 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars()
/external/icu/icu4c/source/common/
Dfilterednormalizer2.cpp356 *UnicodeSet::fromUSet(filterSet)); in unorm2_openFiltered()
Duniset_props.cpp821 copyFrom(*UnicodeSet::fromUSet(set), TRUE); in applyIntPropertyValue()
/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp635 const UnicodeSet &set = *UnicodeSet::fromUSet(uset); in TestBinaryCharacterProperties()
Ditspoof.cpp640 …const UnicodeSet* actualSet = UnicodeSet::fromUSet(uspoof_getCheckResultNumerics(checkResult, &sta… in testMixedNumbers()
Dusettest.cpp704 UnicodeSet *setx = UnicodeSet::fromUSet(uset); in TestAPI()
709 const UnicodeSet *constSetx = UnicodeSet::fromUSet(constUSet); in TestAPI()