HomeSort by relevance Sort by last modified time
    Searched refs:pvCount (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/genprops/
props2.c 709 int32_t pvRows, pvCount;
714 pvCount=pvRows*UPROPS_VECTOR_WORDS;
785 indexes[UPROPS_ADDITIONAL_VECTORS_INDEX]+pvCount;
799 if(p!=NULL && (pvCount*4)<=capacity) {
803 pvArray, 32, pvCount,
805 fprintf(f, "static const int32_t countPropsVectors=%ld;\n", (long)pvCount);
808 uprv_memcpy(p, pvArray, pvCount*4);
815 length+=pvCount*4;
  /external/icu4c/common/
ucnvsel.cpp 49 int32_t pvCount;
138 result->pv = upvec_cloneArray(upvec, &result->pvCount, NULL, status);
139 result->pvCount *= columns; // number of uint32_t = rows * columns
308 sel->pvCount,
317 sel->pvCount * 4 +
337 length = sel->pvCount * 4;
558 sel->pvCount = indexes[UCNVSEL_INDEX_PV_COUNT];
574 p += sel->pvCount * 4;

Completed in 163 milliseconds