Home | History | Annotate | Download | only in i18n

Lines Matching refs:history

862 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
867 if (history[offset] >= 0) {
868 return history[offset];
900 rlength = minLengthInChars(ceList, roffset, history);
932 //history[roffset++] = -1;
933 //history[roffset++] = 1;
936 rlength = minLengthInChars(ceList, roffset, history);
978 rlength = minLengthInChars(ceList, roffset, history);
994 history[offset] = shortestLength;
1002 int32_t *history = NEW_ARRAY(int32_t, clength);
1005 history[i] = -1;
1008 int32_t minLength = minLengthInChars(ceList, offset, history);
1010 DELETE_ARRAY(history);