Home | History | Annotate | Download | only in intltest

Lines Matching full:history

491 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
496 if (history[offset] >= 0) {
497 return history[offset];
526 rlength = minLengthInChars(ceList, roffset, history);
555 //history[roffset++] = -1;
556 //history[roffset++] = 1;
559 rlength = minLengthInChars(ceList, roffset, history);
601 rlength = minLengthInChars(ceList, roffset, history);
617 history[offset] = shortestLength;
625 int32_t *history = NEW_ARRAY(int32_t, clength);
628 history[i] = -1;
631 int32_t minLength = minLengthInChars(ceList, offset, history);
633 DELETE_ARRAY(history);