Home
last modified time | relevance | path

Searched refs:minLengthInChars (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcolldata.h271 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
291 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
Dcolldata.cpp505 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const in minLengthInChars() function in CollData
540 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
573 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
615 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
636 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset) const in minLengthInChars() function in CollData
645 int32_t minLength = minLengthInChars(ceList, offset, history); in minLengthInChars()