Home | History | Annotate | Download | only in i18n

Lines Matching refs:resultLen

1166     if(src->resultLen == src->listCapacity) {
1208 sourceToken->listHeader = &src->lh[src->resultLen];
1210 src->lh[src->resultLen].first = NULL;
1211 src->lh[src->resultLen].last = NULL;
1212 src->lh[src->resultLen].first = NULL;
1213 src->lh[src->resultLen].last = NULL;
1215 src->lh[src->resultLen].reset = sourceToken;
1237 src->resultLen++;
1295 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1297 src->lh[src->resultLen].baseContCE = SecondCE;
1299 src->lh[src->resultLen].baseContCE = 0;
1301 src->lh[src->resultLen].nextCE = 0;
1302 src->lh[src->resultLen].nextContCE = 0;
1303 src->lh[src->resultLen].previousCE = 0;
1304 src->lh[src->resultLen].previousContCE = 0;
1306 src->lh[src->resultLen].indirect = FALSE;
1394 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1396 src->lh[src->resultLen].baseContCE = SecondCE;
1398 src->lh[src->resultLen].baseContCE = 0;
1400 src->lh[src->resultLen].nextCE = 0;
1401 src->lh[src->resultLen].nextContCE = 0;
1402 src->lh[src->resultLen].previousCE = 0;
1403 src->lh[src->resultLen].previousContCE = 0;
1405 src->lh[src->resultLen].indirect = FALSE;
1646 if(src->resultLen > 0 && ListList[src->resultLen-1].first == NULL) {
1647 src->resultLen--;
1691 ListList[src->resultLen].previousCE = 0;
1692 ListList[src->resultLen].previousContCE = 0;
1693 ListList[src->resultLen].indirect = TRUE;
1714 ListList[src->resultLen].baseCE = CE;
1715 ListList[src->resultLen].baseContCE = SecondCE;
1716 ListList[src->resultLen].nextCE = 0;
1717 ListList[src->resultLen].nextContCE = 0;
1748 ListList[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1750 ListList[src->resultLen].baseContCE = SecondCE;
1752 ListList[src->resultLen].baseContCE = 0;
1754 ListList[src->resultLen].nextCE = 0;
1755 ListList[src->resultLen].nextContCE = 0;
1756 ListList[src->resultLen].previousCE = 0;
1757 ListList[src->resultLen].previousContCE = 0;
1758 ListList[src->resultLen].indirect = FALSE;
1763 ListList[src->resultLen].previousCE = 0;
1764 ListList[src->resultLen].previousContCE = 0;
1765 ListList[src->resultLen].indirect = TRUE;
1766 ListList[src->resultLen].baseCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startCE;
1767 ListList[src->resultLen].baseContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startContCE;
1768 ListList[src->resultLen].nextCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].limitCE;
1769 ListList[src->resultLen].nextContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].limitContCE;
1787 if(src->resultLen > 0 && ListList[src->resultLen-1].first == NULL) {
1788 src->resultLen--;
1790 return src->resultLen;
1911 src->resultLen = 0;