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

  /external/icu/icu4c/source/layout/
KernTable.h 23 struct PairInfo;
35 LEReferenceToArrayOf<PairInfo> pairs;
KernTable.cpp 21 struct PairInfo {
27 LE_CORRECT_SIZE(PairInfo, KERN_PAIRINFO_SIZE)
129 pairs = LEReferenceToArrayOf<PairInfo>(fTable, // based on overall table
131 (const PairInfo*)table.getAlias(), // subtable 0 + ..
158 const PairInfo& p = pairs[i, success];
208 const PairInfo *p = pairs.getAlias(0, success);
210 LEReferenceTo<PairInfo> tpRef(pairs, success, rangeShift); // ((char*)pairs) + rangeShift
211 const PairInfo *tp = tpRef.getAlias();
226 tpRef = LEReferenceTo<PairInfo>(pairs, success, p, probe); // (char*)p + probe

Completed in 26 milliseconds