Searched refs:curPI (Results 1 – 1 of 1) sorted by relevance
191 package_info curPI = null; in applyStyle() local214 curPI = mPackages[pidx]; in applyStyle()215 if (curPI == null) { in applyStyle()216 curPI = new package_info(); in applyStyle()217 mPackages[pidx] = curPI; in applyStyle()228 curEntries = curPI.types[t] != null ? curPI.types[t].entries: null; in applyStyle()235 curPI.types[t] = new type_info(); in applyStyle()236 curPI.types[t].numEntries = cnt; in applyStyle()237 curPI.types[t].entries = curEntries; in applyStyle()239 numEntries = curPI.types[t].numEntries; in applyStyle()