Searched defs:pInsertPoints (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dubidi.c1201 InsertPoints * pInsertPoints=&(pBiDi->insertPoints); local
1203 if (pInsertPoints->capacity == 0)
1205 pInsertPoints->points=uprv_malloc(sizeof(Point)*FIRSTALLOC);
1206 if (pInsertPoints->points == NULL)
1208 pInsertPoints->errorCode=U_MEMORY_ALLOCATION_ERROR;
1211 pInsertPoints->capacity=FIRSTALLOC;
1213 if (pInsertPoints->size >= pInsertPoints->capacity) /* no room for new point */
1215 void * savePoints=pInsertPoints->points;
1216 pInsertPoints
1256 InsertPoints * pInsertPoints; local
[all...]

Completed in 68 milliseconds