Home | History | Annotate | Download | only in intltest

Lines Matching refs:pce

1071 struct PCE
1086 const PCE *get(int32_t index) const;
1099 PCE *list;
1111 list = new PCE[listMax];
1133 PCE *newList = new PCE[listMax];
1147 const PCE *PCEList::get(int32_t index) const
1158 const PCE *pce = get(index);
1160 if (pce != NULL) {
1161 return pce->lowOffset;
1169 const PCE *pce = get(index);
1171 if (pce != NULL) {
1172 return pce->highOffset;
1180 const PCE *pce = get(index);
1182 if (pce != NULL) {
1183 return pce->ce;