Home | History | Annotate | Download | only in i18n

Lines Matching defs:maxIndex

1835     int16_t maxIndex = (unorm_getFCD16(fcdTrieIndex, cMark) & 0xff );
1850 maxIndex = (int32_t)index[(unorm_getFCD16(fcdTrieIndex, cMark) & 0xff)-1];
1857 maxIndex = (int32_t)index[cClass-1];
1860 maxIndex=0;
1863 for ( i=0; i<maxIndex ; i++ ) {