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

1 2 3 4 56 7 8 9

  /external/icu4c/i18n/
translit.cpp 393 // contains a UnicodeSet.
    [all...]
quant.cpp 129 void Quantifier::addMatchSetTo(UnicodeSet& toUnionTo) const {
selfmtimpl.h 90 class UnicodeSet;
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/chromium/third_party/icu/source/i18n/
quant.cpp 129 void Quantifier::addMatchSetTo(UnicodeSet& toUnionTo) const {
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...]
name2uni.cpp 45 ((UnicodeSet *)set)->add(start, end);
50 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
62 UnicodeSet *legalPtr = &legal;
65 (USet *)legalPtr, // USet* == UnicodeSet*
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 264 typedef HashMap<const wchar_t*, icu::UnicodeSet*> FontCmapCache;
280 HashMap<const wchar_t*, icu::UnicodeSet*>::iterator it = fontCmapCache->find(family);
308 // 1) port back ICU 4.0's faster look-up code for UnicodeSet
311 icu::UnicodeSet* cmap = new icu::UnicodeSet;
  /external/chromium/third_party/icu/source/common/
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...]
rbbistbl.cpp 87 // The $variable refers to a single UnicodeSet
114 // to sets. Instead, it takes advantage of the fact that the UnicodeSet
119 UnicodeSet *retVal = NULL;
132 // It is used by the UnicodeSet parser.
  /external/chromium/third_party/icu/source/test/intltest/
canittst.cpp 116 UnicodeSet ss = CanonicalIterator.getSafeStart();
120 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...]
cpdtrtst.cpp 216 UnicodeSet ts;
217 UnicodeSet *retUS = NULL;
224 UnicodeSet ss;
  /external/chromium/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.cpp 40 class UnicodeSet;
154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
  /external/icu4c/common/
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...]
uprops.h 313 * Used by UnicodeSet for service-specific property enumeration.
403 class UnicodeSet;
406 U_CFUNC UnicodeSet *
  /external/icu4c/test/intltest/
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...]
cpdtrtst.cpp 216 UnicodeSet ts;
217 UnicodeSet *retUS = NULL;
224 UnicodeSet ss;
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 40 class UnicodeSet;
154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
  /external/icu4c/i18n/unicode/
regex.h 66 class UnicodeSet;
607 UnicodeSet **fStaticSets; // Ptr to static (shared) sets for predefined
616 UnicodeSet *fInitialChars;
    [all...]

Completed in 2550 milliseconds

1 2 3 4 56 7 8 9