Home | History | Annotate | Download | only in i18n

Lines Matching refs:lastCase

1002         uint32_t lastCase = 0;
1013 lastCase = c;
1014 } else if(c != lastCase) {
1017 lastCase = 1;
1024 cases |= (int64_t)lastCase << ((numTailoredPrimaries - 1) * 2);