OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BadCharacterTable
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
bmsearch.h
28
class
BadCharacterTable
;
186
* Return the <code>
BadCharacterTable
</code> object computed for the pattern string.
188
* @return the <code>
BadCharacterTable
</code> object.
192
BadCharacterTable
*getBadCharacterTable();
217
BadCharacterTable
*
badCharacterTable
;
/external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp
365
class
BadCharacterTable
: public UMemory
368
BadCharacterTable
(CEList &patternCEs, CollData *data, UErrorCode &status);
369
~
BadCharacterTable
();
379
int32_t
badCharacterTable
[HASH_TABLE_SIZE];
384
BadCharacterTable
::
BadCharacterTable
(CEList &patternCEs, CollData *data, UErrorCode &status)
416
badCharacterTable
[j] = maxSkip;
432
badCharacterTable
[hash(patternCEs[p])] = minLengthCache[p + 1];
438
BadCharacterTable
::~
BadCharacterTable
()
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 2148 milliseconds