HomeSort by relevance Sort by last modified time
    Searched refs:UnicodeSet (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /external/icu4c/i18n/
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...]
cpdtrans.cpp 159 UnicodeSet* compoundFilter = NULL;
442 void CompoundTransliterator::handleGetSourceSet(UnicodeSet& result) const {
443 UnicodeSet set;
464 UnicodeSet& CompoundTransliterator::getTargetSet(UnicodeSet& result) const {
465 UnicodeSet set;
uspoof_impl.h 74 // Add (union) to the UnicodeSet all of the characters for the scripts used for
76 void addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status);
119 const UnicodeSet *fAllowedCharsSet; // The UnicodeSet of allowed characters.
plurrule_impl.h 92 class UnicodeSet;
141 UnicodeSet *idStartFilter;
142 UnicodeSet *idContinueFilter;
uspoof_impl.cpp 37 UnicodeSet *allowedCharsSet = new UnicodeSet(0, 0x10ffff);
51 UnicodeSet *allowedCharsSet = new UnicodeSet(0, 0x10ffff);
70 fAllowedCharsSet = static_cast<const UnicodeSet *>(src.fAllowedCharsSet->clone());
263 UnicodeSet allowedChars;
264 UnicodeSet *tmpSet = NULL;
304 tmpSet = new UnicodeSet(0, 0x10ffff);
318 UnicodeSet tempSet;
331 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone())
    [all...]
quant.cpp 129 void Quantifier::addMatchSetTo(UnicodeSet& toUnionTo) const {
selfmtimpl.h 90 class UnicodeSet;
translit.cpp 395 // contains a UnicodeSet.
    [all...]
ucol_elm.h 140 U_NAMESPACE_QUALIFIER UnicodeSet *closed, UErrorCode *status);
strmatch.cpp 197 void StringMatcher::addMatchSetTo(UnicodeSet& toUnionTo) const {
261 void StringMatcher::addReplacementSetTo(UnicodeSet& /*toUnionTo*/) const {
uspoof.cpp 145 const UnicodeSet *result = uspoof_getAllowedUnicodeSet(sc, status);
149 U_CAPI const UnicodeSet * U_EXPORT2
161 const UnicodeSet *set = reinterpret_cast<const UnicodeSet *>(chars);
167 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) {
176 UnicodeSet *clonedSet = static_cast<UnicodeSet *>(chars->clone());
256 UnicodeSet marksSeenSoFar; // Set of combining marks in a single combining sequence.
rbt_pars.cpp 129 * during parsing to give UnicodeSet access to variables that
426 if (UnicodeSet::resemblesPattern(rule, pos-1)) {
860 UnicodeSet* TransliteratorParser::orphanCompoundFilter() {
861 UnicodeSet* f = compoundFilter;
    [all...]
  /external/icu4c/i18n/unicode/
uspoof.h 498 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status);
502 * Get a UnicodeSet for the characters permitted in an identifier.
504 * UnicodeSet functions. Limitations imposed by other checks will not be
517 * @return A UnicodeSet containing the characters that are permitted by
521 U_STABLE const UnicodeSet * U_EXPORT2
    [all...]
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 14 * Idea for a "compiled", fast, read-only (immutable) version of a UnicodeSet
86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) {
196 UnicodeSet *restSet;
  /external/icu4c/common/
rbbirb.h 22 #include "unicode/symtable.h"// For UnicodeSet parsing, is the interface that
40 // UnicodeSet parser to resolve references to $variables.
63 // already-constructed UnicodeSets back to the UnicodeSet constructor
66 UnicodeSet *fCachedSetLookup;
rbbiscan.cpp 124 fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(gRuleSet_rule_char_pattern, *rb->fStatus);
125 UnicodeSet *whitespaceSet = uprv_openRuleWhiteSpaceSet(rb->fStatus);
131 fRuleSets[kRuleSet_name_char-128] = UnicodeSet(gRuleSet_name_char_pattern, *rb->fStatus);
132 fRuleSets[kRuleSet_name_start_char-128] = UnicodeSet(gRuleSet_name_start_char_pattern, *rb->fStatus);
133 fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(gRuleSet_digit_char_pattern, *rb->fStatus);
135 // This case happens if ICU's data is missing. UnicodeSet tries to look up property
668 void RBBIRuleScanner::findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt) {
685 // create a new UnicodeSet now.
688 setToAdopt = new UnicodeSet(0x000000, 0x10ffff);
692 setToAdopt = new UnicodeSet(c, c)
    [all...]
unisetspan.cpp 51 * UnicodeSet does not have a limit on the lengths of strings.
200 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set,
399 pSpanNotSet=(UnicodeSet *)otherStringSpan.pSpanNotSet->clone();
435 UnicodeSet *newSet=(UnicodeSet *)spanSet.cloneAsThawed();
481 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) {
490 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) {
499 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) {
511 spanOneBackUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) {
772 // There cannot be any increments below it because UnicodeSet string
    [all...]
unorm.cpp 123 const UnicodeSet *uni32;
224 const UnicodeSet *uni32;
uprops.h 332 * Used by UnicodeSet for service-specific property enumeration.
422 class UnicodeSet;
425 U_CFUNC UnicodeSet *
  /external/icu4c/test/intltest/
ucdtest.cpp 290 UnicodeSet alpha(UNICODE_STRING_SIMPLE("[:Alphabetic:]"), errorCode);
292 dataerrln("UnicodeSet([:Alphabetic:]) failed - %s", u_errorName(errorCode));
303 UnicodeSet set(pattern, errorCode);
305 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", falseValues[i], u_errorName(errorCode));
310 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
317 UnicodeSet set(pattern, errorCode);
319 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", trueValues[i], u_errorName(errorCode));
323 errln("UnicodeSet([:Alphabetic=%s:])!=UnicodeSet([:Alphabetic:])\n", trueValues[i])
    [all...]
trnserr.cpp 169 UnicodeSet set;
174 errln("FAIL: The default ctor of UnicodeSet created a non-empty object.");
178 errln("FAIL: Applied a bad pattern to the UnicodeSet object okay.");
181 UnicodeSet *set1 = new UnicodeSet(badPattern, status);
183 errln("FAIL: Created a UnicodeSet based on bad patterns.");
219 /*UnicodeSet *set = new UnicodeSet(goodPattern, status);
221 errln("FAIL: Was not able to create a good UnicodeSet based on valid patterns.");
uobjtest.cpp 329 UnicodeSet emptySet;
450 TESTCLASSID_CTOR(UnicodeSet, (0, 1));
453 TESTCLASSID_CTOR(UnicodeSetIterator,(UnicodeSet(0,1)));
574 UnicodeSet emptySet;
canittst.cpp 120 UnicodeSet ss = CanonicalIterator.getSafeStart();
124 new UnicodeSet("[\u00E0-\u00E5\u0101\u0103\u0105\u01CE\u01DF\u01E1\u01FB"
transapi.cpp 728 virtual void addMatchSetTo(UnicodeSet& /*toUnionTo*/) const {}
749 virtual void addMatchSetTo(UnicodeSet& /*toUnionTo*/) const {}
770 virtual void addMatchSetTo(UnicodeSet& /*toUnionTo*/) const {}
    [all...]
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 40 class UnicodeSet;
154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);

Completed in 304 milliseconds

1 23 4 5