Lines Matching defs:next
601 UChar32 next=c+UCASE_GET_DELTA(value);
602 if(next!=c) {
605 p.suc=p.stc=next;
607 p.slc=next;
763 UChar32 next;
785 if((next=p.suc)>=0 && next!=c) {
786 set.add(next);
788 if((next=p.slc)>=0 && next!=c) {
789 set.add(next);
791 if(p.suc!=(next=p.stc) && next!=c) {
792 set.add(next);
794 if((next=p.scf)>=0 && next!=c) {
795 set.add(next);
803 while(iter.next()) {
804 next=iter.getCodepoint(); /* next!=c */
806 if(next==orig) {
808 } else if(prev2<0 && next!=prev) {
814 someMappingsAdded|=addClosure(orig, prev, c, next, 0, errorCode);
825 next=c+UCASE_GET_DELTA(value);
826 if(next!=c) {
832 if(prev2<0 && next!=orig && next!=prev) {
833 someMappingsAdded|=addClosure(orig, prev, c, next, 0, errorCode);
836 if(c!=orig && next!=orig) {
1007 while(iter.next()) { closureString.append(iter.getCodepoint()); }
1139 while(iter.next()) {