OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CEList
(Results
1 - 6
of
6
) sorted by null
/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/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/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 1980 milliseconds