HomeSort by relevance Sort by last modified time
    Searched defs:ScriptSet (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
uspoof_impl.cpp 234 const UChar *text, int32_t length, ScriptSet *result, UErrorCode &status) const {
621 fScriptSets = (ScriptSet *)((char *)fRawData + fRawData->fScriptSets);
678 // ScriptSet implementation
681 ScriptSet::ScriptSet() {
687 ScriptSet::~ScriptSet() {
690 UBool ScriptSet::operator == (const ScriptSet &other) {
699 void ScriptSet::Union(UScriptCode script)
    [all...]
uspoof_impl.h 43 class ScriptSet;
86 const UChar *text, int32_t length, ScriptSet *result, UErrorCode &status) const;
184 // ScriptSet - Wrapper class for the Script code bit sets that are part of the
192 class ScriptSet: public UMemory {
194 ScriptSet();
195 ~ScriptSet();
197 UBool operator == (const ScriptSet &other);
198 ScriptSet & operator = (const ScriptSet &other);
200 void Union(const ScriptSet &other)
    [all...]

Completed in 96 milliseconds