Home
last modified time | relevance | path

Searched refs:ScriptSet (Results 1 – 25 of 25) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dscriptset.cpp31 ScriptSet::ScriptSet() { in ScriptSet() function in ScriptSet
35 ScriptSet::~ScriptSet() { in ~ScriptSet()
38 ScriptSet::ScriptSet(const ScriptSet &other) { in ScriptSet() function in ScriptSet
42 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { in operator =()
47 bool ScriptSet::operator == (const ScriptSet &other) const { in operator ==()
56 UBool ScriptSet::test(UScriptCode script, UErrorCode &status) const { in test()
70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set()
84 ScriptSet &ScriptSet::reset(UScriptCode script, UErrorCode &status) { in reset()
100 ScriptSet &ScriptSet::Union(const ScriptSet &other) { in Union()
107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect()
[all …]
Dscriptset.h36 class U_I18N_API ScriptSet: public UMemory {
40 ScriptSet();
41 ScriptSet(const ScriptSet &other);
42 ~ScriptSet();
44 bool operator == (const ScriptSet &other) const;
45 bool operator != (const ScriptSet &other) const {return !(*this == other);}
46 ScriptSet & operator = (const ScriptSet &other);
49 ScriptSet &Union(const ScriptSet &other);
50 ScriptSet &set(UScriptCode script, UErrorCode &status);
51 ScriptSet &reset(UScriptCode script, UErrorCode &status);
[all …]
Duspoof_impl.h48 class ScriptSet; variable
83 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status);
84 …void getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& status) const;
85 …void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result…
Duspoof_impl.cpp239 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) { in getAugmentedScriptSet()
270 void SpoofImpl::getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& sta… in getResolvedScriptSet()
276 …esolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorC… in getResolvedScriptSetWithout()
279 ScriptSet temp; in getResolvedScriptSetWithout()
335 ScriptSet resolvedScriptSet; in getRestrictionLevel()
345 ScriptSet resolvedNoLatn; in getRestrictionLevel()
Duspoof.cpp510 ScriptSet id1RSS; in uspoof_areConfusableUnicodeString()
512 ScriptSet id2RSS; in uspoof_areConfusableUnicodeString()
/third_party/icu/icu4c/source/i18n/
Dscriptset.cpp31 ScriptSet::ScriptSet() { in ScriptSet() function in ScriptSet
35 ScriptSet::~ScriptSet() { in ~ScriptSet()
38 ScriptSet::ScriptSet(const ScriptSet &other) { in ScriptSet() function in ScriptSet
42 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { in operator =()
47 UBool ScriptSet::operator == (const ScriptSet &other) const { in operator ==()
56 UBool ScriptSet::test(UScriptCode script, UErrorCode &status) const { in test()
70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set()
84 ScriptSet &ScriptSet::reset(UScriptCode script, UErrorCode &status) { in reset()
100 ScriptSet &ScriptSet::Union(const ScriptSet &other) { in Union()
107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect()
[all …]
Dscriptset.h36 class U_I18N_API ScriptSet: public UMemory {
40 ScriptSet();
41 ScriptSet(const ScriptSet &other);
42 ~ScriptSet();
44 UBool operator == (const ScriptSet &other) const;
45 UBool operator != (const ScriptSet &other) const {return !(*this == other);}
46 ScriptSet & operator = (const ScriptSet &other);
49 ScriptSet &Union(const ScriptSet &other);
50 ScriptSet &set(UScriptCode script, UErrorCode &status);
51 ScriptSet &reset(UScriptCode script, UErrorCode &status);
[all …]
Duspoof_impl.h48 class ScriptSet; variable
83 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status);
84 …void getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& status) const;
85 …void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result…
Duspoof_impl.cpp239 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) { in getAugmentedScriptSet()
270 void SpoofImpl::getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& sta… in getResolvedScriptSet()
276 …esolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorC… in getResolvedScriptSetWithout()
279 ScriptSet temp; in getResolvedScriptSetWithout()
335 ScriptSet resolvedScriptSet; in getRestrictionLevel()
345 ScriptSet resolvedNoLatn; in getRestrictionLevel()
Duspoof.cpp507 ScriptSet id1RSS; in uspoof_areConfusableUnicodeString()
509 ScriptSet id2RSS; in uspoof_areConfusableUnicodeString()
/third_party/skia/third_party/externals/icu/source/i18n/
Dscriptset.cpp31 ScriptSet::ScriptSet() { in ScriptSet() function in ScriptSet
35 ScriptSet::~ScriptSet() { in ~ScriptSet()
38 ScriptSet::ScriptSet(const ScriptSet &other) { in ScriptSet() function in ScriptSet
42 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { in operator =()
47 UBool ScriptSet::operator == (const ScriptSet &other) const { in operator ==()
56 UBool ScriptSet::test(UScriptCode script, UErrorCode &status) const { in test()
70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set()
84 ScriptSet &ScriptSet::reset(UScriptCode script, UErrorCode &status) { in reset()
100 ScriptSet &ScriptSet::Union(const ScriptSet &other) { in Union()
107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect()
[all …]
Dscriptset.h36 class U_I18N_API ScriptSet: public UMemory {
40 ScriptSet();
41 ScriptSet(const ScriptSet &other);
42 ~ScriptSet();
44 UBool operator == (const ScriptSet &other) const;
45 UBool operator != (const ScriptSet &other) const {return !(*this == other);}
46 ScriptSet & operator = (const ScriptSet &other);
49 ScriptSet &Union(const ScriptSet &other);
50 ScriptSet &set(UScriptCode script, UErrorCode &status);
51 ScriptSet &reset(UScriptCode script, UErrorCode &status);
[all …]
Duspoof_impl.h48 class ScriptSet; variable
83 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status);
84 …void getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& status) const;
85 …void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result…
Duspoof_impl.cpp239 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) { in getAugmentedScriptSet()
270 void SpoofImpl::getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& sta… in getResolvedScriptSet()
276 …esolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorC… in getResolvedScriptSetWithout()
279 ScriptSet temp; in getResolvedScriptSetWithout()
335 ScriptSet resolvedScriptSet; in getRestrictionLevel()
345 ScriptSet resolvedNoLatn; in getRestrictionLevel()
Duspoof.cpp507 ScriptSet id1RSS; in uspoof_areConfusableUnicodeString()
509 ScriptSet id2RSS; in uspoof_areConfusableUnicodeString()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dscriptset.cpp31 ScriptSet::ScriptSet() { in ScriptSet() function in ScriptSet
37 ScriptSet::~ScriptSet() { in ~ScriptSet()
40 ScriptSet::ScriptSet(const ScriptSet &other) { in ScriptSet() function in ScriptSet
45 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { in operator =()
53 UBool ScriptSet::operator == (const ScriptSet &other) const { in operator ==()
62 UBool ScriptSet::test(UScriptCode script, UErrorCode &status) const { in test()
76 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set()
90 ScriptSet &ScriptSet::reset(UScriptCode script, UErrorCode &status) { in reset()
106 ScriptSet &ScriptSet::Union(const ScriptSet &other) { in Union()
113 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect()
[all …]
Dscriptset.h36 class U_I18N_API ScriptSet: public UMemory {
38 ScriptSet();
39 ScriptSet(const ScriptSet &other);
40 ~ScriptSet();
42 UBool operator == (const ScriptSet &other) const;
43 UBool operator != (const ScriptSet &other) const {return !(*this == other);};
44 ScriptSet & operator = (const ScriptSet &other);
47 ScriptSet &Union(const ScriptSet &other);
48 ScriptSet &set(UScriptCode script, UErrorCode &status);
49 ScriptSet &reset(UScriptCode script, UErrorCode &status);
[all …]
Duspoof_impl.h46 class ScriptSet; variable
80 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status);
81 …void getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& status) const;
82 …void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result…
Duspoof_impl.cpp251 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) { in getAugmentedScriptSet()
282 void SpoofImpl::getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& sta… in getResolvedScriptSet()
288 …esolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorC… in getResolvedScriptSetWithout()
291 ScriptSet temp; in getResolvedScriptSetWithout()
347 ScriptSet resolvedScriptSet; in getRestrictionLevel()
357 ScriptSet resolvedNoLatn; in getRestrictionLevel()
Duspoof.cpp504 ScriptSet id1RSS; in uspoof_areConfusableUnicodeString()
506 ScriptSet id2RSS; in uspoof_areConfusableUnicodeString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java1397 ScriptSet s1RSS = new ScriptSet(); in areConfusable()
1399 ScriptSet s2RSS = new ScriptSet(); in areConfusable()
1514 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { in getAugmentedScriptSet()
1546 private void getResolvedScriptSet(CharSequence input, ScriptSet result) { in getResolvedScriptSet()
1554 private void getResolvedScriptSetWithout(CharSequence input, int script, ScriptSet result) { in getResolvedScriptSetWithout()
1557 ScriptSet temp = new ScriptSet(); in getResolvedScriptSetWithout()
1607 ScriptSet resolvedScriptSet = new ScriptSet(); in getRestrictionLevel()
1616 ScriptSet resolvedNoLatn = new ScriptSet(); in getRestrictionLevel()
1960 static class ScriptSet extends BitSet { class in SpoofChecker.Builder.ConfusabledataBuilder
1998 ScriptSet() { in ScriptSet() method in SpoofChecker.Builder.ConfusabledataBuilder.ScriptSet
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1462 ScriptSet s1RSS = new ScriptSet(); in areConfusable()
1464 ScriptSet s2RSS = new ScriptSet(); in areConfusable()
1583 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { in getAugmentedScriptSet()
1615 private void getResolvedScriptSet(CharSequence input, ScriptSet result) { in getResolvedScriptSet()
1623 private void getResolvedScriptSetWithout(CharSequence input, int script, ScriptSet result) { in getResolvedScriptSetWithout()
1626 ScriptSet temp = new ScriptSet(); in getResolvedScriptSetWithout()
1676 ScriptSet resolvedScriptSet = new ScriptSet(); in getRestrictionLevel()
1685 ScriptSet resolvedNoLatn = new ScriptSet(); in getRestrictionLevel()
2029 static class ScriptSet extends BitSet { class in SpoofChecker.Builder.ConfusabledataBuilder
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp429 TEST_ASSERT(USCRIPT_CODE_LIMIT <= ScriptSet::SCRIPT_LIMIT); in testScriptSet()
432 TEST_ASSERT(u_getIntPropertyMaxValue(UCHAR_SCRIPT) < ScriptSet::SCRIPT_LIMIT); in testScriptSet()
434 ScriptSet s1; in testScriptSet()
435 ScriptSet s2; in testScriptSet()
536 ScriptSet bitset12; bitset12.set(USCRIPT_LATIN, status).set(USCRIPT_HANGUL, status); in testScriptSet()
537 ScriptSet bitset2; bitset2.set(USCRIPT_HANGUL, status); in testScriptSet()
542 ScriptSet arabSet; arabSet.set(USCRIPT_ARABIC, status); in testScriptSet()
543 ScriptSet latinSet; latinSet.set(USCRIPT_LATIN, status); in testScriptSet()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java799 Class ScriptSet = Class.forName("ohos.global.icu.text.SpoofChecker$ScriptSet"); in testScriptSet() local
800 Constructor ctor = ScriptSet.getDeclaredConstructor(); in testScriptSet()
810 Method and = ScriptSet.getDeclaredMethod("and", Integer.TYPE); in testScriptSet()
815 Method setAll = ScriptSet.getDeclaredMethod("setAll"); in testScriptSet()
820 Method isFull = ScriptSet.getDeclaredMethod("isFull"); in testScriptSet()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java796 Class ScriptSet = Class.forName("com.ibm.icu.text.SpoofChecker$ScriptSet"); in testScriptSet() local
797 Constructor ctor = ScriptSet.getDeclaredConstructor(); in testScriptSet()
807 Method and = ScriptSet.getDeclaredMethod("and", Integer.TYPE); in testScriptSet()
812 Method setAll = ScriptSet.getDeclaredMethod("setAll"); in testScriptSet()
817 Method isFull = ScriptSet.getDeclaredMethod("isFull"); in testScriptSet()