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

1 2 3 45 6 7 8 9

  /external/chromium/third_party/icu/source/i18n/
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 72 // Add (union) to the UnicodeSet all of the characters for the scripts used for
74 void addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status);
117 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...]
translit.cpp 393 // contains a UnicodeSet.
    [all...]
  /external/icu4c/i18n/
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 72 // Add (union) to the UnicodeSet all of the characters for the scripts used for
74 void addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status);
117 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...]
  /external/chromium/third_party/icu/public/i18n/unicode/
uspoof.h 471 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status);
475 * Get a UnicodeSet for the characters permitted in an identifier.
477 * UnicodeSet functions. Limitations imposed by other checks will not be
490 * @return A UnicodeSet containing the characters that are permitted by
494 U_DRAFT const UnicodeSet * U_EXPORT2
    [all...]
regex.h 64 class UnicodeSet;
411 UnicodeSet **fStaticSets; // Ptr to static (shared) sets for predefined
420 UnicodeSet *fInitialChars;
    [all...]
  /external/chromium/third_party/icu/source/common/
unorm.cpp 58 * Based internally on a UnicodeSet of code points that are
209 static UnicodeSet *nxCache[_NORM_OPTIONS_SETS_MASK+1]={ NULL };
498 static const UnicodeSet *
506 UnicodeSet *set=new UnicodeSet(0xac00, 0xd7a3);
529 static const UnicodeSet *
535 /* get and set an exclusion set from a serialized UnicodeSet */
536 static const UnicodeSet *
548 UnicodeSet *set;
561 /* turn the serialized set into a UnicodeSet */
    [all...]
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;
unormimp.h 239 UNormalizationMode mode, int32_t options, const U_NAMESPACE_QUALIFIER UnicodeSet *nx,
275 const U_NAMESPACE_QUALIFIER UnicodeSet *nx,
474 U_CFUNC const U_NAMESPACE_QUALIFIER UnicodeSet *
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...]
  /external/chromium/third_party/icu/source/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/i18n/unicode/
uspoof.h 503 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status);
507 * Get a UnicodeSet for the characters permitted in an identifier.
509 * UnicodeSet functions. Limitations imposed by other checks will not be
522 * @return A UnicodeSet containing the characters that are permitted by
526 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...]
  /external/chromium/third_party/icu/source/test/intltest/
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.");
ucdtest.cpp 226 UnicodeSet alpha(UNICODE_STRING_SIMPLE("[:Alphabetic:]"), errorCode);
228 dataerrln("UnicodeSet([:Alphabetic:]) failed - %s", u_errorName(errorCode));
239 UnicodeSet set(pattern, errorCode);
241 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", falseValues[i], u_errorName(errorCode));
246 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
253 UnicodeSet set(pattern, errorCode);
255 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", trueValues[i], u_errorName(errorCode));
259 errln("UnicodeSet([:Alphabetic=%s:])!=UnicodeSet([:Alphabetic:])\n", trueValues[i])
    [all...]
  /external/icu4c/test/intltest/
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.");
ucdtest.cpp 288 UnicodeSet alpha(UNICODE_STRING_SIMPLE("[:Alphabetic:]"), errorCode);
290 dataerrln("UnicodeSet([:Alphabetic:]) failed - %s", u_errorName(errorCode));
301 UnicodeSet set(pattern, errorCode);
303 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", falseValues[i], u_errorName(errorCode));
308 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
315 UnicodeSet set(pattern, errorCode);
317 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", trueValues[i], u_errorName(errorCode));
321 errln("UnicodeSet([:Alphabetic=%s:])!=UnicodeSet([:Alphabetic:])\n", trueValues[i])
    [all...]
  /external/chromium/net/base/
net_util.cc 501 typedef std::map<std::string, icu::UnicodeSet*> LangToExemplarSetMap;
513 friend bool GetExemplarSetForLang(const std::string&, icu::UnicodeSet**);
514 friend void SetExemplarSetForLang(const std::string&, icu::UnicodeSet*);
520 icu::UnicodeSet** lang_set) {
531 icu::UnicodeSet* lang_set) {
540 bool IsComponentCoveredByLang(const icu::UnicodeSet& component_characters,
542 static const icu::UnicodeSet kASCIILetters(0x61, 0x7a); // [a-z]
543 icu::UnicodeSet* lang_set;
558 lang_set = reinterpret_cast<icu::UnicodeSet *>(
565 lang_set = new icu::UnicodeSet(1, 0)
    [all...]

Completed in 1613 milliseconds

1 2 3 45 6 7 8 9