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

  /external/icu4c/i18n/
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...]
uspoof_wsconf.h 48 ScriptSet *sset; // The set of scripts itself.
uspoof_impl.cpp 233 const UChar *text, int32_t length, ScriptSet *result, UErrorCode &status) const {
620 fScriptSets = (ScriptSet *)((char *)fRawData + fRawData->fScriptSets);
677 // ScriptSet implementation
680 ScriptSet::ScriptSet() {
686 ScriptSet::~ScriptSet() {
689 UBool ScriptSet::operator == (const ScriptSet &other) {
698 void ScriptSet::Union(UScriptCode script)
    [all...]
uspoof_wsconf.cpp 234 bsset->sset = new ScriptSet();
262 // We eliminate underlying ScriptSet objects, not the BuildScriptSets that wrap them
354 ScriptSet *rtScriptSets = static_cast<ScriptSet *>
355 (spImpl->fSpoofData->reserveSpace(rtScriptSetsCount * sizeof(ScriptSet), status));
364 rtScriptSets[rindex] = *bSet->sset; // Assignment of a ScriptSet just copies the bits.
uspoof.cpp 308 ScriptSet scripts;
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 71 milliseconds