Lines Matching refs:ces
43 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0) in CEList()
71 ces = ceBuffer; in CEList()
102 if (ces != ceBuffer) { in ~CEList()
103 DELETE_ARRAY(ces); in ~CEList()
122 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t)); in add()
124 if (ces != ceBuffer) { in add()
125 DELETE_ARRAY(ces); in add()
128 ces = newCEs; in add()
132 ces[listSize++] = ce; in add()
138 return ces[index]; in get()
146 return ces[index]; in operator []()
156 if (ces[i] != (*other)[j]) { in matchesAt()