Home | History | Annotate | Download | only in i18n

Lines Matching defs:count3

4725     uint32_t count2 = 0, count3 = 0, count4 = 0;
4903 ++count3;
4910 if (count3 > 0) {
4912 while (count3 > coll->tertiaryTopCount) {
4914 count3 -= (uint32_t)coll->tertiaryTopCount;
4916 tertiaries.appendByte(tertiaryTop - (count3-1));
4918 while (count3 > coll->tertiaryBottomCount) {
4920 count3 -= (uint32_t)coll->tertiaryBottomCount;
4922 tertiaries.appendByte(tertiaryBottom + (count3-1));
4924 count3 = 0;
4989 if (count3 > 0) {
4991 while (count3 >= coll->tertiaryTopCount) {
4993 count3 -= (uint32_t)coll->tertiaryTopCount;
4995 tertiaries.appendByte(tertiaryTop - count3);
4997 while (count3 > coll->tertiaryBottomCount) {
4999 count3 -= (uint32_t)coll->tertiaryBottomCount;
5001 tertiaries.appendByte(tertiaryBottom + (count3-1));
5093 uint32_t count2 = 0, count3 = 0;
5190 ++count3;
5197 if (count3 > 0) {
5199 while (count3 > coll->tertiaryTopCount) {
5201 count3 -= (uint32_t)coll->tertiaryTopCount;
5203 tertiaries.appendByte(tertiaryTop - (count3-1));
5205 while (count3 > coll->tertiaryBottomCount) {
5207 count3 -= (uint32_t)coll->tertiaryBottomCount;
5209 tertiaries.appendByte(tertiaryBottom + (count3-1));
5211 count3 = 0;
5232 if (count3 > 0) {
5234 while (count3 >= coll->tertiaryTopCount) {
5236 count3 -= (uint32_t)coll->tertiaryTopCount;
5238 tertiaries.appendByte(tertiaryTop - count3);
5240 while (count3 > coll->tertiaryBottomCount) {
5242 count3 -= (uint32_t)coll->tertiaryBottomCount;
5244 tertiaries.appendByte(tertiaryBottom + (count3-1));