Home
last modified time | relevance | path

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

/external/icu4c/common/
Duset_props.cpp102 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec); in uset_applyIntPropertyValue()
Dbrkeng.cpp111 fHandled[breakType]->applyIntPropertyValue(UCHAR_SCRIPT, script, status); in handleCharacter()
Duniset_props.cpp940 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { in applyIntPropertyValue() function in UnicodeSet
1093 applyIntPropertyValue(p, v, ec); in applyPropertyAlias()
/external/icu4c/common/unicode/
Duniset.h603 UnicodeSet& applyIntPropertyValue(UProperty prop,
/external/icu4c/i18n/
Dregexcmp.cpp2567 s.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus); in matchStartType()
/external/icu4c/test/intltest/
Dusettest.cpp2182 applyIntPropertyValue(UCHAR_CANONICAL_COMBINING_CLASS, 230, errorCode). in TestFreezable()