Searched refs:PairInfo (Results 1 - 2 of 2) sorted by relevance
/external/icu/icu4c/source/layout/ |
H A D | KernTable.h | 23 struct PairInfo; 35 LEReferenceToArrayOf<PairInfo> pairs;
|
H A D | KernTable.cpp | 21 struct PairInfo { struct 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 437 milliseconds