Lines Matching defs:pv
49 UTrie2 *trie; // 16 bit trie containing offsets into pv
50 uint32_t* pv; // table of bits!
140 result->pv = upvec_cloneArray(upvec, &result->pvCount, NULL, status);
236 uprv_free(sel->pv);
274 * uint32_t pv[indexes[UCNVSEL_INDEX_PV_COUNT]]; // bit vectors
340 uprv_memcpy(p, sel->pv, length);
445 /* swap the uint32_t pv[] */
575 sel->pv = (uint32_t *)p;
772 if (intersectMasks(mask, sel->pv+pvIndex, columns)) {
812 if (intersectMasks(mask, sel->pv+pvIndex, columns)) {