Lines Matching defs:next
57 next(-1) {}
61 next(-1) {}
100 * Index of the next ConditionalCE32.
103 int32_t next;
711 int32_t next = cond->next;
712 if(next < 0) {
716 cond->next = index;
719 ConditionalCE32 *nextCond = getConditionalCE32(next);
725 cond->next = index;
726 getConditionalCE32(index)->next = next;
929 head.next = index = addConditionalCE32(context, ce32, errorCode);
934 while(prefixes.next(errorCode)) {
943 cond->next = index = addConditionalCE32(context, ce32, errorCode);
948 ce32 = makeBuilderContextCE32(head.next);
961 ce32 = makeBuilderContextCE32(head.next);
996 cond->next = index = addConditionalCE32(context, ce32, errorCode);
1003 while(suffixes.next(errorCode)) {
1006 cond->next = index = addConditionalCE32(context, ce32, errorCode);
1108 while(cond->next >= 0) {
1109 cond = src.getConditionalCE32(cond->next);
1115 prevDestCond->next = destIndex;
1168 while(iter.next() && !iter.isString()) {
1184 while(iter.next() && !iter.isString()) {
1277 while(iter.next()) {
1455 while(U_SUCCESS(errorCode) && iter.next()) {
1476 U_ASSERT(head->next >= 0);
1479 // This outer loop goes from each prefix to the next.
1483 for(ConditionalCE32 *cond = head;; cond = getConditionalCE32(cond->next)) {
1505 } while(cond->next >= 0 &&
1506 (cond = getConditionalCE32(cond->next))->context.startsWith(prefix));
1524 cond = getConditionalCE32(firstCond->next);
1530 // then we fall back to the mappings with the next-longest prefix,
1535 for(cond = head;; cond = getConditionalCE32(cond->next)) {
1577 cond = getConditionalCE32(cond->next);
1590 if(cond->next < 0) {
1598 if(cond->next < 0) { break; }