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