HomeSort by relevance Sort by last modified time
    Searched refs:minLengthInChars (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
colldata.h 10 * \brief C++ API: Collation data used to compute minLengthInChars.
350 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
372 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
  /external/icu4c/i18n/unicode/
colldata.h 10 * \brief C++ API: Collation data used to compute minLengthInChars.
363 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
385 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 420 int32_t minLengthInChars(int32_t index);
460 maxSkip = minLengthCache[0] = data->minLengthInChars(&patternCEs, 0, history);
467 minLengthCache[p] = data->minLengthInChars(&patternCEs, p, history);
500 int32_t BadCharacterTable::minLengthInChars(int32_t index)
576 // initialize entries to minLengthInChars of the pattern
586 int32_t prefixSkip = badCharacterTable.minLengthInChars(i + 1);
604 goodSuffixTable[patlen - 1 - suff[i]] = badCharacterTable.minLengthInChars(i + 1);
773 tOffset += (*badCharacterTable)[tcei->order] - badCharacterTable->minLengthInChars(pIndex + 1);
colldata.cpp 864 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
902 rlength = minLengthInChars(ceList, roffset, history);
938 rlength = minLengthInChars(ceList, roffset, history);
980 rlength = minLengthInChars(ceList, roffset, history);
1001 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset) const
1010 int32_t minLength = minLengthInChars(ceList, offset, history);
  /external/icu4c/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 862 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
900 rlength = minLengthInChars(ceList, roffset, history);
936 rlength = minLengthInChars(ceList, roffset, history);
978 rlength = minLengthInChars(ceList, roffset, history);
999 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset) const
1008 int32_t minLength = minLengthInChars(ceList, offset, history);
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]

Completed in 86 milliseconds