OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minLengthInChars
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
colldata.cpp
505
int32_t CollData::
minLengthInChars
(const CEList *ceList, int32_t offset, int32_t *history) const
540
rlength =
minLengthInChars
(ceList, roffset, history);
573
rlength =
minLengthInChars
(ceList, roffset, history);
615
rlength =
minLengthInChars
(ceList, roffset, history);
636
int32_t CollData::
minLengthInChars
(const CEList *ceList, int32_t offset) const
645
int32_t minLength =
minLengthInChars
(ceList, offset, history);
/external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp
373
int32_t
minLengthInChars
(int32_t index);
413
maxSkip = minLengthCache[0] = data->
minLengthInChars
(&patternCEs, 0, history);
420
minLengthCache[p] = data->
minLengthInChars
(&patternCEs, p, history);
453
int32_t BadCharacterTable::
minLengthInChars
(int32_t index)
529
// initialize entries to
minLengthInChars
of the pattern
539
int32_t prefixSkip = badCharacterTable.
minLengthInChars
(i + 1);
557
goodSuffixTable[patlen - 1 - suff[i]] = badCharacterTable.
minLengthInChars
(i + 1);
726
tOffset += (*badCharacterTable)[tcei->order] - badCharacterTable->
minLengthInChars
(pIndex + 1);
colldata.cpp
867
int32_t CollData::
minLengthInChars
(const CEList *ceList, int32_t offset, int32_t *history) const
905
rlength =
minLengthInChars
(ceList, roffset, history);
941
rlength =
minLengthInChars
(ceList, roffset, history);
983
rlength =
minLengthInChars
(ceList, roffset, history);
1004
int32_t CollData::
minLengthInChars
(const CEList *ceList, int32_t offset) const
1013
int32_t minLength =
minLengthInChars
(ceList, offset, history);
Completed in 54 milliseconds