Searched refs:applyIntPropertyValue (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/ |
D | uset_props.cpp | 102 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec); in uset_applyIntPropertyValue()
|
D | brkeng.cpp | 111 fHandled[breakType]->applyIntPropertyValue(UCHAR_SCRIPT, script, status); in handleCharacter()
|
D | uniset_props.cpp | 940 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/ |
D | uniset.h | 603 UnicodeSet& applyIntPropertyValue(UProperty prop,
|
/external/icu4c/i18n/ |
D | regexcmp.cpp | 2567 s.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus); in matchStartType()
|
/external/icu4c/test/intltest/ |
D | usettest.cpp | 2182 applyIntPropertyValue(UCHAR_CANONICAL_COMBINING_CLASS, 230, errorCode). in TestFreezable()
|