Lines Matching refs:ces
42 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0) in CEList()
70 ces = ceBuffer; in CEList()
101 if (ces != ceBuffer) { in ~CEList()
102 DELETE_ARRAY(ces); in ~CEList()
121 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t)); in add()
123 if (ces != ceBuffer) { in add()
124 DELETE_ARRAY(ces); in add()
127 ces = newCEs; in add()
131 ces[listSize++] = ce; in add()
137 return ces[index]; in get()
145 return ces[index]; in operator []()
155 if (ces[i] != (*other)[j]) { in matchesAt()