Searched refs:nClusterMaxPos (Results 1 – 1 of 1) sorted by relevance
476 int nClusterMaxPos = -1; in operator ()() local582 nClusterMinPos = nClusterMaxPos = nCharPos; in operator ()()590 else if( nCharPos <= nClusterMaxPos ) in operator ()()593 nClusterMaxPos = nCharPos; // add diacritic to cluster in operator ()()595 nClusterMinPos = nClusterMaxPos = nCharPos; // new cluster in operator ()()602 if( nClusterMaxPos < nCharPos ) in operator ()()603 nClusterMaxPos = nCharPos; // extend cluster in operator ()()610 nClusterMaxPos = nCharPos; in operator ()()616 nClusterMinPos = nClusterMaxPos = nCharPos; // new cluster in operator ()()
Completed in 15 milliseconds