Home | History | Annotate | Download | only in intltest

Lines Matching refs:pce

1076 struct PCE
1091 const PCE *get(int32_t index) const;
1104 PCE *list;
1116 list = new PCE[listMax];
1138 PCE *newList = new PCE[listMax];
1152 const PCE *PCEList::get(int32_t index) const
1163 const PCE *pce = get(index);
1165 if (pce != NULL) {
1166 return pce->lowOffset;
1174 const PCE *pce = get(index);
1176 if (pce != NULL) {
1177 return pce->highOffset;
1185 const PCE *pce = get(index);
1187 if (pce != NULL) {
1188 return pce->ce;