Home | History | Annotate | Download | only in common

Lines Matching refs:nextStart

303         UChar32 nextStart;
311 nextStart=(start+UTRIE_DATA_BLOCK_LENGTH)&~UTRIE_MASK;
312 if(nextStart<=limit) {
315 start=nextStart;