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

  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.h 10 * \brief Originally, added as C++ API for Collation data used to compute minLengthInChars
269 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
colldata.cpp 491 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
526 rlength = minLengthInChars(ceList, roffset, history);
559 rlength = minLengthInChars(ceList, roffset, history);
601 rlength = minLengthInChars(ceList, roffset, history);
622 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset) const
631 int32_t minLength = minLengthInChars(ceList, offset, history);
  /external/icu/icu4c/source/test/intltest/
colldata.h 10 * \brief Originally, added as C++ API for Collation data used to compute minLengthInChars
269 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
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);

Completed in 71 milliseconds