Searched refs:CIBufSize (Results 1 – 1 of 1) sorted by relevance
2637 #define CIBufSize 16 macro2675 neededIndex -= neededIndex % CIBufSize; in charIterTextAccess()2698 for (i=0; i<CIBufSize; i++) { in charIterTextAccess()2710 ut->chunkLength = CIBufSize; in charIterTextAccess()2712 ut->chunkNativeLimit = neededIndex + CIBufSize; in charIterTextAccess()2718 U_ASSERT(ut->chunkOffset>=0 && ut->chunkOffset<=CIBufSize); in charIterTextAccess()2828 int32_t extraSpace = 2 * CIBufSize * sizeof(UChar); in utext_openCharacterIterator()2837 ut->q = (UChar*)ut->pExtra+CIBufSize; // Second buffer in utext_openCharacterIterator()