HomeSort by relevance Sort by last modified time
    Searched refs:CEList (Results 1 - 12 of 12) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
colldata.h 32 * The size of the internal CE buffer in a <code>CEList</code> object
37 * Define this to enable the <code>CEList</code> objects to collect
59 class U_I18N_API CEList : public UObject
63 * Construct a <code>CEList</code> object.
75 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
80 ~CEList();
103 * Check if the CEs in another <code>CEList</code> match the
107 * @param other - the other <code>CEList</code>
113 UBool matchesAt(int32_t offset, const CEList *other) const;
322 * @return a <code>CEList</code> object containt the CEs. Yo
    [all...]
bmsearch.h 179 * @return a <code>CEList</code> object holding the CEs generated by the pattern string.
183 CEList *getPatternCEs();
214 CEList *patCEs;
  /external/icu4c/i18n/unicode/
colldata.h 33 * The size of the internal CE buffer in a <code>CEList</code> object
40 * Define this to enable the <code>CEList</code> objects to collect
66 class U_I18N_API CEList : public UObject
70 * Construct a <code>CEList</code> object.
82 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
88 ~CEList();
111 * Check if the CEs in another <code>CEList</code> match the
115 * @param other - the other <code>CEList</code>
121 UBool matchesAt(int32_t offset, const CEList *other) const;
335 * @return a <code>CEList</code> object containt the CEs. Yo
    [all...]
bmsearch.h 179 * @return a <code>CEList</code> object holding the CEs generated by the pattern string.
183 CEList *getPatternCEs();
216 CEList *patCEs;
  /external/chromium/third_party/icu/source/i18n/
colldata.cpp 42 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CEList)
45 int32_t CEList::_active = 0;
46 int32_t CEList::_histogram[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
49 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
114 CEList::~CEList()
125 void CEList::add(uint32_t ce, UErrorCode &status)
158 uint32_t CEList::get(int32_t index) const
167 uint32_t &CEList::operator[](int32_t index) cons
    [all...]
bmsearch.cpp 415 BadCharacterTable(CEList &patternCEs, CollData *data, UErrorCode &status);
431 BadCharacterTable::BadCharacterTable(CEList &patternCEs, CollData *data, UErrorCode &status)
513 GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status);
522 GoodSuffixTable::GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status)
633 CEList *BoyerMooreSearch::getPatternCEs()
659 patCEs = new CEList(collator, patternString, status);
  /external/icu4c/i18n/
colldata.cpp 42 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CEList)
45 int32_t CEList::_active = 0;
46 int32_t CEList::_histogram[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
49 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
114 CEList::~CEList()
125 void CEList::add(uint32_t ce, UErrorCode &status)
158 uint32_t CEList::get(int32_t index) const
167 uint32_t &CEList::operator[](int32_t index) cons
    [all...]
bmsearch.cpp 368 BadCharacterTable(CEList &patternCEs, CollData *data, UErrorCode &status);
384 BadCharacterTable::BadCharacterTable(CEList &patternCEs, CollData *data, UErrorCode &status)
466 GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status);
475 GoodSuffixTable::GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status)
586 CEList *BoyerMooreSearch::getPatternCEs()
612 patCEs = new CEList(collator, patternString, status);
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]

Completed in 659 milliseconds