Searched refs:pvIndex (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetSelector.java | 94 private boolean intersectMasks(int[] dest, int pvIndex, int len) { in intersectMasks() argument 97 oredDest |= (dest[i] &= pv[pvIndex + i]); in intersectMasks() 209 int pvIndex = trie.getCodePointValue(c); in selectForString() local 211 if (intersectMasks(mask, pvIndex, columns)) { in selectForString()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnvsel.cpp | 773 uint16_t pvIndex; in ucnvsel_selectForString() local 774 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex); in ucnvsel_selectForString() 775 if (intersectMasks(mask, sel->pv+pvIndex, columns)) { in ucnvsel_selectForString() 813 uint16_t pvIndex; in ucnvsel_selectForUTF8() local 814 UTRIE2_U8_NEXT16(sel->trie, s, limit, pvIndex); in ucnvsel_selectForUTF8() 815 if (intersectMasks(mask, sel->pv+pvIndex, columns)) { in ucnvsel_selectForUTF8()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnvsel.cpp | 773 uint16_t pvIndex; in ucnvsel_selectForString() local 774 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex); in ucnvsel_selectForString() 775 if (intersectMasks(mask, sel->pv+pvIndex, columns)) { in ucnvsel_selectForString() 813 uint16_t pvIndex; in ucnvsel_selectForUTF8() local 814 UTRIE2_U8_NEXT16(sel->trie, s, limit, pvIndex); in ucnvsel_selectForUTF8() 815 if (intersectMasks(mask, sel->pv+pvIndex, columns)) { in ucnvsel_selectForUTF8()
|
/third_party/icu/icu4c/source/common/ |
D | ucnvsel.cpp | 773 uint16_t pvIndex; in ucnvsel_selectForString() local 774 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex); in ucnvsel_selectForString() 775 if (intersectMasks(mask, sel->pv+pvIndex, columns)) { in ucnvsel_selectForString() 813 uint16_t pvIndex; in ucnvsel_selectForUTF8() local 814 UTRIE2_U8_NEXT16(sel->trie, s, limit, pvIndex); in ucnvsel_selectForUTF8() 815 if (intersectMasks(mask, sel->pv+pvIndex, columns)) { in ucnvsel_selectForUTF8()
|