OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goodSuffixTable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp
463
class
GoodSuffixTable
: public UMemory
466
GoodSuffixTable
(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status);
467
~
GoodSuffixTable
();
472
int32_t *
goodSuffixTable
;
475
GoodSuffixTable
::
GoodSuffixTable
(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status)
476
:
goodSuffixTable
(NULL)
519
// now build
goodSuffixTable
520
goodSuffixTable
= NEW_ARRAY(int32_t, patlen);
522
if (
goodSuffixTable
== NULL)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
bmsearch.h
29
class
GoodSuffixTable
;
195
* Return the <code>
GoodSuffixTable
</code> object computed for the pattern string.
197
* @return the <code>
GoodSuffixTable
</code> object computed for the pattern string.
201
GoodSuffixTable
*getGoodSuffixTable();
218
GoodSuffixTable
*
goodSuffixTable
;
Completed in 657 milliseconds