Searched refs:currCount (Results 1 – 4 of 4) sorted by relevance
100 const uint32_t currCount = m_BaseCount[i]; in Print() local101 if(currCount) in Print()103 PrintItem((uint32_t)i, currCount, totalCount); in Print()190 const uint32_t currCount = count[bitIndex]; in Print() local191 if(currCount) in Print()221 … printf("%u (%.2f%%)\n", currCount, (double)currCount * 100.0 / (double)totalCount); in Print()
2270 int32_t currCount = 0; in ucurr_countCurrencies() local2329 currCount++; in ucurr_countCurrencies()2338 currCount++; in ucurr_countCurrencies()2362 return currCount; in ucurr_countCurrencies()
1664 int currCount = Character.codePointCount(curr, 0, curr.length()); in TestComparison() local1668 } else if (currCount == 1) { in TestComparison()1677 } else if (currCount == 1) { in TestComparison()
1661 int currCount = Character.codePointCount(curr, 0, curr.length()); in TestComparison() local1665 } else if (currCount == 1) { in TestComparison()1674 } else if (currCount == 1) { in TestComparison()