Home | History | Annotate | Download | only in src

Lines Matching refs:logClusters

427 // also computes logClusters heuristically
443 unsigned short *logClusters = item->log_clusters;
450 logClusters[i] = glyph_pos;
451 logClusters[++i] = glyph_pos;
453 logClusters[i] = glyph_pos;
478 if (logClusters[i] == pos)
482 while (pos < logClusters[i]) {
496 cStart = logClusters[i];
530 logClusters[i] = cStart;
544 pos = logClusters[length-1];
1248 unsigned short *logClusters = item->log_clusters;
1251 // #### the reconstruction of the logclusters currently does not work if the original string
1259 logClusters[j] = clusterStart;
1265 logClusters[j] = clusterStart;