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

  /external/icu4c/i18n/
scriptset.h 7 * scriptset.h
26 // ScriptSet - A bit set representing a set of scripts.
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)
    [all...]
scriptset.cpp 7 * scriptset.cpp
18 #include "scriptset.h"
27 // ScriptSet implementation
30 ScriptSet::ScriptSet() {
36 ScriptSet::~ScriptSet() {
39 ScriptSet::ScriptSet(const ScriptSet &other)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 234 const UChar *text, int32_t length, ScriptSet *result, UErrorCode &status) const {
611 fScriptSets = (ScriptSet *)((char *)fRawData + fRawData->fScriptSets);
668 // ScriptSet implementation
671 ScriptSet::ScriptSet() {
677 ScriptSet::~ScriptSet() {
680 UBool ScriptSet::operator == (const ScriptSet &other) {
689 void ScriptSet::Union(UScriptCode script)
    [all...]
uspoof_impl.h 43 class ScriptSet;
86 const UChar *text, int32_t length, ScriptSet *result, UErrorCode &status) const;
103 ScriptSet *WholeScriptCheck(const UChar *text, int32_t length, UErrorCode &status) const;
191 // ScriptSet - Wrapper class for the Script code bit sets that are part of the
199 class ScriptSet: public UMemory {
201 ScriptSet();
202 ~ScriptSet();
204 UBool operator == (const ScriptSet &other);
205 ScriptSet & operator = (const ScriptSet &other)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 72 milliseconds