Searched refs:pvIndex (Results 1 - 5 of 5) sorted by relevance
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetSelector.java | 93 // pvIndex 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() 211 if (intersectMasks(mask, pvIndex, columns)) { in selectForString()
|
/third_party/icu/icu4c/source/common/ |
H A 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/ |
H A 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/skia/third_party/externals/icu/source/common/ |
H A 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/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
Completed in 5 milliseconds