Searched refs:count4 (Results 1 – 2 of 2) sorted by relevance
4563 uint32_t count2 = 0, count3 = 0, count4 = 0; in ucol_calcSortKey() local4604 if(count4 > 0) { in ucol_calcSortKey()4605 while (count4 > UCOL_BOT_COUNT4) { in ucol_calcSortKey()4607 count4 -= UCOL_BOT_COUNT4; in ucol_calcSortKey()4609 *quads++ = (uint8_t)(UCOL_COMMON_BOT4 + (count4-1)); in ucol_calcSortKey()4610 count4 = 0; in ucol_calcSortKey()4774 if(count4>0) { // Close this part in ucol_calcSortKey()4775 while (count4 > UCOL_BOT_COUNT4) { in ucol_calcSortKey()4777 count4 -= UCOL_BOT_COUNT4; in ucol_calcSortKey()4779 *quads++ = (uint8_t)(UCOL_COMMON_BOT4 + (count4-1)); in ucol_calcSortKey()[all …]
1586 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local1596 &count3, &count4 ); in FT_Stroker_GetCounts()1601 num_contours = count2 + count4; in FT_Stroker_GetCounts()