Home
last modified time | relevance | path

Searched refs:applyIntPropertyValue (Results 1 - 25 of 37) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DUnhandledBreakEngine.java69 newSet.applyIntPropertyValue(UProperty.SCRIPT, script); in handleChar()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnhandledBreakEngine.java69 newSet.applyIntPropertyValue(UProperty.SCRIPT, script); in handleChar()
H A DSpoofChecker.java668 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.COMMON); in setAllowedLocales()
670 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.INHERITED); in setAllowedLocales()
707 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars()
/third_party/icu/icu4c/source/common/
H A Duset_props.cpp104 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec); in uset_applyIntPropertyValue()
H A Dbrkeng.cpp105 fHandled->applyIntPropertyValue(UCHAR_SCRIPT, script, status); in handleCharacter()
H A Duniset_props.cpp779 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { in applyIntPropertyValue() function in UnicodeSet
919 // fall through to calling applyIntPropertyValue() in applyPropertyAlias()
959 applyIntPropertyValue(p, v, ec); in applyPropertyAlias()
/third_party/node/deps/icu-small/source/common/
H A Duset_props.cpp104 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec); in uset_applyIntPropertyValue()
H A Dbrkeng.cpp108 fHandled->applyIntPropertyValue(UCHAR_SCRIPT, script, status); in handleCharacter()
H A Duniset_props.cpp776 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { in applyIntPropertyValue() function in UnicodeSet
916 // fall through to calling applyIntPropertyValue() in applyPropertyAlias()
956 applyIntPropertyValue(p, v, ec); in applyPropertyAlias()
/third_party/skia/third_party/externals/icu/source/common/
H A Duset_props.cpp104 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec); in uset_applyIntPropertyValue()
H A Dbrkeng.cpp101 fHandled->applyIntPropertyValue(UCHAR_SCRIPT, script, status); in handleCharacter()
H A Duniset_props.cpp779 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { in applyIntPropertyValue() function in UnicodeSet
919 // fall through to calling applyIntPropertyValue() in applyPropertyAlias()
959 applyIntPropertyValue(p, v, ec); in applyPropertyAlias()
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp694 hanSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_HAN, status); in processCollator()
752 exemplarUSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_HAN, status); in processCollator()
965 delta.applyIntPropertyValue(prop, script[i], status); in generateRepertoire()
977 delta.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_LATIN, status); in generateRepertoire()
994 delta.applyIntPropertyValue(prop, i, status).removeAll(UNASSIGNED); in generateRepertoire()
1011 //delta.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_HAN, status); in generateRepertoire()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h732 UnicodeSet& applyIntPropertyValue(UProperty prop,
1675 void applyIntPropertyValue(const UCPMap *map,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java718 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.COMMON); in setAllowedLocales()
720 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.INHERITED); in setAllowedLocales()
758 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars()
/third_party/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp184 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in setAllowedLocales()
186 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status); in setAllowedLocales()
233 tmpSet.applyIntPropertyValue(UCHAR_SCRIPT, scripts[i], status); in addScriptChars()
H A Dregexcmp.cpp99 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec)); in addCategory()
1589 digits.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus); in doParseActions()
1599 h.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ZS_MASK, *fStatus); in doParseActions()
1609 h.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ZS_MASK, *fStatus); in doParseActions()
2853 s.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus);
2869 s.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ZS_MASK, *fStatus);
4534 set->applyIntPropertyValue(UCHAR_BIDI_MIRRORED, 1, status);
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_impl.cpp184 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in setAllowedLocales()
186 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status); in setAllowedLocales()
233 tmpSet.applyIntPropertyValue(UCHAR_SCRIPT, scripts[i], status); in addScriptChars()
H A Dregexcmp.cpp99 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec)); in addCategory()
1589 digits.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus); in doParseActions()
1599 h.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ZS_MASK, *fStatus); in doParseActions()
1609 h.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ZS_MASK, *fStatus); in doParseActions()
2853 s.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus);
2869 s.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ZS_MASK, *fStatus);
4534 set->applyIntPropertyValue(UCHAR_BIDI_MIRRORED, 1, status);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof_impl.cpp184 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in setAllowedLocales()
186 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status); in setAllowedLocales()
233 tmpSet.applyIntPropertyValue(UCHAR_SCRIPT, scripts[i], status); in addScriptChars()
H A Dregexcmp.cpp99 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec)); in addCategory()
1594 digits.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus); in doParseActions()
1604 h.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ZS_MASK, *fStatus); in doParseActions()
1614 h.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ZS_MASK, *fStatus); in doParseActions()
2850 s.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus);
2866 s.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ZS_MASK, *fStatus);
4531 set->applyIntPropertyValue(UCHAR_BIDI_MIRRORED, 1, status);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRegexUtilitiesTest.java123 temp.applyIntPropertyValue(propNum, valueNum); in TestUnicodeProperties()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRegexUtilitiesTest.java128 temp.applyIntPropertyValue(propNum, valueNum); in TestUnicodeProperties()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DTestUScript.java222 scriptSet.applyIntPropertyValue(UProperty.SCRIPT, sc); in TestScriptMetadata()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScript.java219 scriptSet.applyIntPropertyValue(UProperty.SCRIPT, sc); in TestScriptMetadata()

Completed in 43 milliseconds

12