HomeSort by relevance Sort by last modified time
    Searched defs:item_count (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/include/
comp_stats.h 70 int item_count; member in struct:CS_CLOCK_t
  /external/chromium/third_party/icu/source/common/
ucnvsel.cpp 77 int32_t item_count; local
96 item_count = uset_getItemCount(unicode_point_set);
98 for (j = 0; j < item_count; ++j) {
121 int32_t item_count = uset_getItemCount(excludedCodePoints); local
122 for (int32_t j = 0; j < item_count; ++j) {
  /external/icu4c/common/
ucnvsel.cpp 77 int32_t item_count; local
96 item_count = uset_getItemCount(unicode_point_set);
98 for (j = 0; j < item_count; ++j) {
121 int32_t item_count = uset_getItemCount(excludedCodePoints); local
122 for (int32_t j = 0; j < item_count; ++j) {

Completed in 175 milliseconds