Home | History | Annotate | Download | only in common

Lines Matching defs:pv

47   UTrie2 *trie;              // 16 bit trie containing offsets into pv
48 uint32_t* pv; // table of bits!
138 result->pv = upvec_cloneArray(upvec, &result->pvCount, NULL, status);
234 uprv_free(sel->pv);
272 * uint32_t pv[indexes[UCNVSEL_INDEX_PV_COUNT]]; // bit vectors
338 uprv_memcpy(p, sel->pv, length);
443 /* swap the uint32_t pv[] */
573 sel->pv = (uint32_t *)p;
769 if (intersectMasks(mask, sel->pv+pvIndex, columns)) {
806 if (intersectMasks(mask, sel->pv+pvIndex, columns)) {