Home | History | Annotate | Download | only in intltest

Lines Matching refs:pce

1079 struct PCE
1094 const PCE *get(int32_t index) const;
1107 PCE *list;
1119 list = new PCE[listMax];
1141 PCE *newList = new PCE[listMax];
1155 const PCE *PCEList::get(int32_t index) const
1166 const PCE *pce = get(index);
1168 if (pce != NULL) {
1169 return pce->lowOffset;
1177 const PCE *pce = get(index);
1179 if (pce != NULL) {
1180 return pce->highOffset;
1188 const PCE *pce = get(index);
1190 if (pce != NULL) {
1191 return pce->ce;