Home
last modified time | relevance | path

Searched refs:currCount (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp100 const uint32_t currCount = m_BaseCount[i]; in Print() local
101 if(currCount) in Print()
103 PrintItem((uint32_t)i, currCount, totalCount); in Print()
190 const uint32_t currCount = count[bitIndex]; in Print() local
191 if(currCount) in Print()
221 … printf("%u (%.2f%%)\n", currCount, (double)currCount * 100.0 / (double)totalCount); in Print()
/external/icu/icu4c/source/common/
Ducurr.cpp2270 int32_t currCount = 0; in ucurr_countCurrencies() local
2329 currCount++; in ucurr_countCurrencies()
2338 currCount++; in ucurr_countCurrencies()
2362 return currCount; in ucurr_countCurrencies()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java1664 int currCount = Character.codePointCount(curr, 0, curr.length()); in TestComparison() local
1668 } else if (currCount == 1) { in TestComparison()
1677 } else if (currCount == 1) { in TestComparison()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java1661 int currCount = Character.codePointCount(curr, 0, curr.length()); in TestComparison() local
1665 } else if (currCount == 1) { in TestComparison()
1674 } else if (currCount == 1) { in TestComparison()