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

  /external/chromium_org/third_party/icu/source/common/
ucnvsel.cpp 767 uint16_t pvIndex;
768 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex);
769 if (intersectMasks(mask, sel->pv+pvIndex, columns)) {
804 uint16_t pvIndex;
805 UTRIE2_U8_NEXT16(sel->trie, s, limit, pvIndex);
806 if (intersectMasks(mask, sel->pv+pvIndex, columns)) {
  /external/icu4c/common/
ucnvsel.cpp 770 uint16_t pvIndex;
771 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex);
772 if (intersectMasks(mask, sel->pv+pvIndex, columns)) {
810 uint16_t pvIndex;
811 UTRIE2_U8_NEXT16(sel->trie, s, limit, pvIndex);
812 if (intersectMasks(mask, sel->pv+pvIndex, columns)) {

Completed in 4317 milliseconds