HomeSort by relevance Sort by last modified time
    Searched refs:UnicodeSet (Results 76 - 100 of 222) sorted by null

1 2 34 5 6 7 8 9

  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 14 * Idea for a "compiled", fast, read-only (immutable) version of a UnicodeSet
33 TrieSet(const UnicodeSet &set, UErrorCode &errorCode)
110 UnicodeSet *restSet;
  /external/chromium/third_party/icu/public/i18n/unicode/
translit.h 31 class UnicodeSet;
    [all...]
  /external/icu4c/i18n/unicode/
translit.h 31 class UnicodeSet;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
repattrn.cpp 110 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i);
111 UnicodeSet *newSet = new UnicodeSet(*sourceSet);
155 fInitialChars = new UnicodeSet;
181 UnicodeSet *s;
182 s = (UnicodeSet *)fSets->elementAt(i);
536 UnicodeSet *set = (UnicodeSet *)fSets->elementAt(val);
552 UnicodeSet *set = fStaticSets[val]
    [all...]
regexcmp.cpp 85 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) {
86 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec));
245 delete (UnicodeSet *)fSetStack.pop();
320 UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(i);
    [all...]
rbt.cpp 282 void RuleBasedTransliterator::handleGetSourceSet(UnicodeSet& result) const {
289 UnicodeSet& RuleBasedTransliterator::getTargetSet(UnicodeSet& result) const {
transreg.h 47 TransliteratorAlias(const UnicodeString& aliasID, const UnicodeSet* compoundFilter);
54 const UnicodeSet* compoundFilter);
113 const UnicodeSet* compoundFilter; // alias
rbt_pars.h 53 UnicodeSet* compoundFilter;
170 UnicodeSet* orphanCompoundFilter();
266 * Parse a UnicodeSet out, store it, and return the stand-in character
269 * @param rule the rule for UnicodeSet.
regeximp.h 317 inline void init(const UnicodeSet *src);
336 inline void Regex8BitSet::init(const UnicodeSet *s) {
uspoof_buildconf.h 89 UnicodeSet *fKeySet; // A set of all keys (UChar32s) that go into the four mapping tables.
tridpars.cpp 82 UnicodeSet *set = new UnicodeSet(filter, ec);
249 * @return a UnicodeSet object or NULL. A non-NULL results
254 UnicodeSet* TransliteratorIDParser::parseGlobalFilter(const UnicodeString& id, int32_t& pos,
258 UnicodeSet* filter = NULL;
272 if (UnicodeSet::resemblesPattern(id, pos)) {
275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
334 * separator is a semicolon. The global filters are UnicodeSet
355 UnicodeSet*& globalFilter) {
361 UnicodeSet* filter
    [all...]
  /external/icu4c/i18n/
regexcmp.cpp 90 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) {
91 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec));
269 delete (UnicodeSet *)fSetStack.pop();
327 UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(i);
    [all...]
rbt.cpp 282 void RuleBasedTransliterator::handleGetSourceSet(UnicodeSet& result) const {
289 UnicodeSet& RuleBasedTransliterator::getTargetSet(UnicodeSet& result) const {
transreg.h 47 TransliteratorAlias(const UnicodeString& aliasID, const UnicodeSet* compoundFilter);
54 const UnicodeSet* compoundFilter);
113 const UnicodeSet* compoundFilter; // alias
rbt_pars.h 53 UnicodeSet* compoundFilter;
170 UnicodeSet* orphanCompoundFilter();
266 * Parse a UnicodeSet out, store it, and return the stand-in character
269 * @param rule the rule for UnicodeSet.
regeximp.h 322 inline void init(const UnicodeSet *src);
341 inline void Regex8BitSet::init(const UnicodeSet *s) {
uspoof_conf.h 91 UnicodeSet *fKeySet; // A set of all keys (UChar32s) that go into the four mapping tables.
repattrn.cpp 121 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i);
122 UnicodeSet *newSet = new UnicodeSet(*sourceSet);
168 fInitialChars = new UnicodeSet;
194 UnicodeSet *s;
195 s = (UnicodeSet *)fSets->elementAt(i);
735 UnicodeSet *set = (UnicodeSet *)fSets->elementAt(val);
751 UnicodeSet *set = fStaticSets[val]
    [all...]
tridpars.cpp 82 UnicodeSet *set = new UnicodeSet(filter, ec);
249 * @return a UnicodeSet object or NULL. A non-NULL results
254 UnicodeSet* TransliteratorIDParser::parseGlobalFilter(const UnicodeString& id, int32_t& pos,
258 UnicodeSet* filter = NULL;
272 if (UnicodeSet::resemblesPattern(id, pos)) {
275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
334 * separator is a semicolon. The global filters are UnicodeSet
355 UnicodeSet*& globalFilter) {
361 UnicodeSet* filter
    [all...]
  /external/chromium/base/i18n/
file_util_icu.cc 37 scoped_ptr<icu::UnicodeSet> set;
55 set.reset(new icu::UnicodeSet(icu::UnicodeString(
58 set.reset(new icu::UnicodeSet(UNICODE_STRING_SIMPLE(
  /external/chromium/third_party/icu/source/test/perf/usetperf/
usetperf.cpp 31 UnicodeSet set;
45 UnicodeSet us;
  /external/icu4c/common/unicode/
normalizer2.h 298 * Normalization filtered by a UnicodeSet.
301 * Filtering is done via UnicodeSet::span(..., USET_SPAN_SIMPLE).
317 * @param filterSet UnicodeSet which determines the characters to be normalized
320 FilteredNormalizer2(const Normalizer2 &n2, const UnicodeSet &filterSet) :
473 const UnicodeSet &set;
  /external/icu4c/test/perf/usetperf/
usetperf.cpp 31 UnicodeSet set;
45 UnicodeSet us;
  /external/chromium/third_party/icu/source/common/
util.cpp 428 U_CAPI U_NAMESPACE_QUALIFIER UnicodeSet* U_EXPORT2
435 U_NAMESPACE_QUALIFIER UnicodeSet *set=new U_NAMESPACE_QUALIFIER UnicodeSet(9, 0xd);
441 set->UnicodeSet::add(0x20).add(0x85).add(0x200e, 0x200f).add(0x2028, 0x2029);
  /external/icu4c/common/
util.cpp 428 U_CAPI U_NAMESPACE_QUALIFIER UnicodeSet* U_EXPORT2
435 U_NAMESPACE_QUALIFIER UnicodeSet *set=new U_NAMESPACE_QUALIFIER UnicodeSet(9, 0xd);
441 set->UnicodeSet::add(0x20).add(0x85).add(0x200e, 0x200f).add(0x2028, 0x2029);

Completed in 696 milliseconds

1 2 34 5 6 7 8 9