Searched refs:minLengthInChars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 504 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const in minLengthInChars() function in CollData 539 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars() 572 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars() 614 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars() 635 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset) const in minLengthInChars() function in CollData 644 int32_t minLength = minLengthInChars(ceList, offset, history); in minLengthInChars()
|
D | colldata.h | 271 int32_t minLengthInChars(const CEList *ces, int32_t offset) const; 291 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
|