Home
last modified time | relevance | path

Searched refs:CIBufSize (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dutext.cpp2658 #define CIBufSize 16 macro
2696 neededIndex -= neededIndex % CIBufSize; in charIterTextAccess()
2719 for (i=0; i<CIBufSize; i++) { in charIterTextAccess()
2731 ut->chunkLength = CIBufSize; in charIterTextAccess()
2733 ut->chunkNativeLimit = neededIndex + CIBufSize; in charIterTextAccess()
2739 U_ASSERT(ut->chunkOffset>=0 && ut->chunkOffset<=CIBufSize); in charIterTextAccess()
2849 int32_t extraSpace = 2 * CIBufSize * sizeof(UChar); in utext_openCharacterIterator()
2858 ut->q = (UChar*)ut->pExtra+CIBufSize; // Second buffer in utext_openCharacterIterator()