Home | History | Annotate | Download | only in common

Lines Matching refs:runsOnlyMemory

2246     void *runsOnlyMemory;
2267 runsOnlyMemory=uprv_malloc(length*(sizeof(int32_t)+sizeof(UChar)+sizeof(UBiDiLevel)));
2268 if(runsOnlyMemory==NULL) {
2272 visualMap=runsOnlyMemory;
2421 uprv_free(runsOnlyMemory);