/external/icu/icu4c/source/i18n/ |
D | scriptset.cpp | 30 ScriptSet::ScriptSet() { in ScriptSet() function in ScriptSet 36 ScriptSet::~ScriptSet() { in ~ScriptSet() 39 ScriptSet::ScriptSet(const ScriptSet &other) { in ScriptSet() function in ScriptSet 44 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { in operator =() 52 UBool ScriptSet::operator == (const ScriptSet &other) const { in operator ==() 61 UBool ScriptSet::test(UScriptCode script, UErrorCode &status) const { in test() 75 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set() 89 ScriptSet &ScriptSet::reset(UScriptCode script, UErrorCode &status) { in reset() 105 ScriptSet &ScriptSet::Union(const ScriptSet &other) { in Union() 112 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() [all …]
|
D | scriptset.h | 34 class U_I18N_API ScriptSet: public UMemory { 36 ScriptSet(); 37 ScriptSet(const ScriptSet &other); 38 ~ScriptSet(); 40 UBool operator == (const ScriptSet &other) const; 41 ScriptSet & operator = (const ScriptSet &other); 44 ScriptSet &Union(const ScriptSet &other); 45 ScriptSet &set(UScriptCode script, UErrorCode &status); 46 ScriptSet &reset(UScriptCode script, UErrorCode &status); 47 ScriptSet &intersect(const ScriptSet &other); [all …]
|
D | identifier_info.cpp | 24 static ScriptSet *JAPANESE; 25 static ScriptSet *CHINESE; 26 static ScriptSet *KOREAN; 27 static ScriptSet *CONFUSABLE_WITH_LATIN; 51 JAPANESE = new ScriptSet(); in IdentifierInfo_init() 52 CHINESE = new ScriptSet(); in IdentifierInfo_init() 53 KOREAN = new ScriptSet(); in IdentifierInfo_init() 54 CONFUSABLE_WITH_LATIN = new ScriptSet(); in IdentifierInfo_init() 81 fRequiredScripts = new ScriptSet(); in IdentifierInfo() 84 fCommonAmongAlternates = new ScriptSet(); in IdentifierInfo() [all …]
|
D | identifier_info.h | 24 class ScriptSet; variable 109 const ScriptSet *getScripts() const; 138 const ScriptSet *getCommonAmongAlternates() const; 177 …UBool containsWithAlternates(const ScriptSet &container, const ScriptSet &containee) c… 180 ScriptSet *fRequiredScripts; 182 ScriptSet *fCommonAmongAlternates;
|
D | uspoof_impl.h | 41 class ScriptSet; variable 87 const UnicodeString &text, ScriptSet *result, UErrorCode &status) const; 256 ScriptSet *fScriptSets;
|
D | uspoof_wsconf.cpp | 237 bsset->sset = new ScriptSet(); in buildWSConfusableData() 357 ScriptSet *rtScriptSets = static_cast<ScriptSet *> in buildWSConfusableData() 358 (spImpl->fSpoofData->reserveSpace(rtScriptSetsCount * sizeof(ScriptSet), status)); in buildWSConfusableData()
|
D | uspoof_wsconf.h | 48 ScriptSet *sset; // The set of scripts itself.
|
D | uspoof_impl.cpp | 239 const UnicodeString &text, ScriptSet *result, UErrorCode &status) const { in wholeScriptCheck() 632 fScriptSets = (ScriptSet *)((char *)fRawData + fRawData->fScriptSets); in initPtrs() 823 sectionLength = ds->readUInt32(spoofDH->fScriptSetsLength) * sizeof(ScriptSet); in uspoof_swap()
|
D | uspoof.cpp | 596 ScriptSet scripts; in uspoof_checkUnicodeString()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | scriptset.cpp | 30 ScriptSet::ScriptSet() { in ScriptSet() function in ScriptSet 36 ScriptSet::~ScriptSet() { in ~ScriptSet() 39 ScriptSet::ScriptSet(const ScriptSet &other) { in ScriptSet() function in ScriptSet 44 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { in operator =() 52 UBool ScriptSet::operator == (const ScriptSet &other) const { in operator ==() 61 UBool ScriptSet::test(UScriptCode script, UErrorCode &status) const { in test() 75 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set() 89 ScriptSet &ScriptSet::reset(UScriptCode script, UErrorCode &status) { in reset() 105 ScriptSet &ScriptSet::Union(const ScriptSet &other) { in Union() 112 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() [all …]
|
D | scriptset.h | 34 class U_I18N_API ScriptSet: public UMemory { 36 ScriptSet(); 37 ScriptSet(const ScriptSet &other); 38 ~ScriptSet(); 40 UBool operator == (const ScriptSet &other) const; 41 ScriptSet & operator = (const ScriptSet &other); 44 ScriptSet &Union(const ScriptSet &other); 45 ScriptSet &set(UScriptCode script, UErrorCode &status); 46 ScriptSet &reset(UScriptCode script, UErrorCode &status); 47 ScriptSet &intersect(const ScriptSet &other); [all …]
|
D | identifier_info.h | 24 class ScriptSet; variable 109 const ScriptSet *getScripts() const; 138 const ScriptSet *getCommonAmongAlternates() const; 182 …UBool containsWithAlternates(const ScriptSet &container, const ScriptSet &containee) c… 185 ScriptSet *fRequiredScripts; 187 ScriptSet *fCommonAmongAlternates; 192 static ScriptSet *JAPANESE; 193 static ScriptSet *CHINESE; 194 static ScriptSet *KOREAN; 195 static ScriptSet *CONFUSABLE_WITH_LATIN;
|
D | identifier_info.cpp | 27 ScriptSet *IdentifierInfo::JAPANESE; 28 ScriptSet *IdentifierInfo::CHINESE; 29 ScriptSet *IdentifierInfo::KOREAN; 30 ScriptSet *IdentifierInfo::CONFUSABLE_WITH_LATIN; 65 JAPANESE = new ScriptSet(); in IdentifierInfo() 66 CHINESE = new ScriptSet(); in IdentifierInfo() 67 KOREAN = new ScriptSet(); in IdentifierInfo() 68 CONFUSABLE_WITH_LATIN = new ScriptSet(); in IdentifierInfo() 86 fRequiredScripts = new ScriptSet(); in IdentifierInfo() 89 fCommonAmongAlternates = new ScriptSet(); in IdentifierInfo() [all …]
|
D | uspoof_impl.h | 41 class ScriptSet; variable 87 const UnicodeString &text, ScriptSet *result, UErrorCode &status) const; 256 ScriptSet *fScriptSets;
|
D | uspoof_wsconf.cpp | 237 bsset->sset = new ScriptSet(); in buildWSConfusableData() 357 ScriptSet *rtScriptSets = static_cast<ScriptSet *> in buildWSConfusableData() 358 (spImpl->fSpoofData->reserveSpace(rtScriptSetsCount * sizeof(ScriptSet), status)); in buildWSConfusableData()
|
D | uspoof_wsconf.h | 48 ScriptSet *sset; // The set of scripts itself.
|
D | uspoof_impl.cpp | 239 const UnicodeString &text, ScriptSet *result, UErrorCode &status) const { in wholeScriptCheck() 632 fScriptSets = (ScriptSet *)((char *)fRawData + fRawData->fScriptSets); in initPtrs() 823 sectionLength = ds->readUInt32(spoofDH->fScriptSetsLength) * sizeof(ScriptSet); in uspoof_swap()
|
D | uspoof.cpp | 563 ScriptSet scripts; in uspoof_checkUnicodeString()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | itspoof.cpp | 457 ScriptSet bitset12; bitset12.set(USCRIPT_LATIN, status).set(USCRIPT_HANGUL, status); in testIdentifierInfo() 458 ScriptSet bitset2; bitset2.set(USCRIPT_HANGUL, status); in testIdentifierInfo() 463 ScriptSet arabSet; arabSet.set(USCRIPT_ARABIC, status); in testIdentifierInfo() 464 ScriptSet latinSet; latinSet.set(USCRIPT_LATIN, status); in testIdentifierInfo() 484 ScriptSet tScriptSet; in testIdentifierInfo() 535 ScriptSet scripts; in testIdentifierInfo() 543 ScriptSet commonAlternates; in testIdentifierInfo() 592 ScriptSet s1; in testScriptSet() 593 ScriptSet s2; in testScriptSet()
|
/external/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 457 ScriptSet bitset12; bitset12.set(USCRIPT_LATIN, status).set(USCRIPT_HANGUL, status); in testIdentifierInfo() 458 ScriptSet bitset2; bitset2.set(USCRIPT_HANGUL, status); in testIdentifierInfo() 463 ScriptSet arabSet; arabSet.set(USCRIPT_ARABIC, status); in testIdentifierInfo() 464 ScriptSet latinSet; latinSet.set(USCRIPT_LATIN, status); in testIdentifierInfo() 484 ScriptSet tScriptSet; in testIdentifierInfo() 535 ScriptSet scripts; in testIdentifierInfo() 543 ScriptSet commonAlternates; in testIdentifierInfo() 592 ScriptSet s1; in testScriptSet() 593 ScriptSet s2; in testScriptSet()
|