Home | History | Annotate | Download | only in i18n

Lines Matching refs:resultLen

1114     if(src->resultLen == src->listCapacity) {
1156 sourceToken->listHeader = &src->lh[src->resultLen];
1158 src->lh[src->resultLen].first = NULL;
1159 src->lh[src->resultLen].last = NULL;
1160 src->lh[src->resultLen].first = NULL;
1161 src->lh[src->resultLen].last = NULL;
1163 src->lh[src->resultLen].reset = sourceToken;
1185 src->resultLen++;
1240 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1242 src->lh[src->resultLen].baseContCE = SecondCE;
1244 src->lh[src->resultLen].baseContCE = 0;
1246 src->lh[src->resultLen].nextCE = 0;
1247 src->lh[src->resultLen].nextContCE = 0;
1248 src->lh[src->resultLen].previousCE = 0;
1249 src->lh[src->resultLen].previousContCE = 0;
1251 src->lh[src->resultLen].indirect = FALSE;
1339 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1341 src->lh[src->resultLen].baseContCE = SecondCE;
1343 src->lh[src->resultLen].baseContCE = 0;
1345 src->lh[src->resultLen].nextCE = 0;
1346 src->lh[src->resultLen].nextContCE = 0;
1347 src->lh[src->resultLen].previousCE = 0;
1348 src->lh[src->resultLen].previousContCE = 0;
1350 src->lh[src->resultLen].indirect = FALSE;
1591 if(src->resultLen > 0 && ListList[src->resultLen-1].first == NULL) {
1592 src->resultLen--;
1636 ListList[src->resultLen].previousCE = 0;
1637 ListList[src->resultLen].previousContCE = 0;
1638 ListList[src->resultLen].indirect = TRUE;
1659 ListList[src->resultLen].baseCE = CE;
1660 ListList[src->resultLen].baseContCE = SecondCE;
1661 ListList[src->resultLen].nextCE = 0;
1662 ListList[src->resultLen].nextContCE = 0;
1693 ListList[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1695 ListList[src->resultLen].baseContCE = SecondCE;
1697 ListList[src->resultLen].baseContCE = 0;
1699 ListList[src->resultLen].nextCE = 0;
1700 ListList[src->resultLen].nextContCE = 0;
1701 ListList[src->resultLen].previousCE = 0;
1702 ListList[src->resultLen].previousContCE = 0;
1703 ListList[src->resultLen].indirect = FALSE;
1708 ListList[src->resultLen].previousCE = 0;
1709 ListList[src->resultLen].previousContCE = 0;
1710 ListList[src->resultLen].indirect = TRUE;
1711 ListList[src->resultLen].baseCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startCE;
1712 ListList[src->resultLen].baseContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startContCE;
1713 ListList[src->resultLen].nextCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].limitCE;
1714 ListList[src->resultLen].nextContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].limitContCE;
1732 if(src->resultLen > 0 && ListList[src->resultLen-1].first == NULL) {
1733 src->resultLen--;
1735 return src->resultLen;
1855 src->resultLen = 0;