Searched refs:CEPointer (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Ducol_cnt.cpp184 uint32_t *CEPointer = table->CEs; local
200 uprv_memcpy(CEPointer, table->elements[i]->CEs, size*sizeof(uint32_t));
202 if(isCntTableElement(*(CEPointer+j))) {
203 *(CEPointer+j) = constructContractCE(getCETag(*(CEPointer+j)), table->offsets[getContractOffset(*(CEPointer+j))]);
207 CEPointer += size;
/external/icu4c/i18n/
H A Ducol_cnt.cpp184 uint32_t *CEPointer = table->CEs; local
200 uprv_memcpy(CEPointer, table->elements[i]->CEs, size*sizeof(uint32_t));
202 if(isCntTableElement(*(CEPointer+j))) {
203 *(CEPointer+j) = constructContractCE(getCETag(*(CEPointer+j)), table->offsets[getContractOffset(*(CEPointer+j))]);
207 CEPointer += size;

Completed in 92 milliseconds