Home | History | Annotate | Download | only in dicttrieperf

Lines Matching defs:lengths

215     // Prime the prefix lengths so that we don't keep prefixLength at 0 until
348 int32_t *lengths, int &count, int limit ) {
364 // lengths[count++]=(int32_t)utext_getNativeIndex(text);
365 lengths[count++]=numChars; // CompactTrieDictionary just counts chars too.
441 int32_t lengths[20];
452 lengths, count, LENGTHOF(lengths));
453 if(count==0 || lengths[count-1]!=lines[i].len) {
547 int32_t *lengths, int &count, int limit ) {
558 // lengths[count++]=(int32_t)utext_getNativeIndex(text);
559 lengths[count++]=numChars; // CompactTrieDictionary just counts chars too.
590 int32_t lengths[20];
601 lengths, count, LENGTHOF(lengths));
602 if(count==0 || lengths[count-1]!=lines[i].len) {