Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Dutext.cpp1715 int32_t index32 = pinIndex(index, length); in repTextAccess() local
1729 if (index32>=ut->chunkNativeStart && index32<ut->chunkNativeLimit) { in repTextAccess()
1734 if (index32>=length && ut->chunkNativeLimit==length) { in repTextAccess()
1756 if (index32>ut->chunkNativeStart && index32<=ut->chunkNativeLimit) { in repTextAccess()
1758 ut->chunkOffset = index32 - (int32_t)ut->chunkNativeStart; in repTextAccess()
1761 if (index32==0 && ut->chunkNativeStart==0) { in repTextAccess()
1774 ut->chunkNativeStart = index32 + 1 - REP_TEXT_CHUNK_SIZE; in repTextAccess()
1779 ut->chunkNativeLimit = index32 + 1; in repTextAccess()
1793 ut->chunkOffset = (int32_t)(index32 - ut->chunkNativeStart); in repTextAccess()
/external/icu/icu4c/source/common/
Dutext.cpp1720 int32_t index32 = pinIndex(index, length); in repTextAccess() local
1734 if (index32>=ut->chunkNativeStart && index32<ut->chunkNativeLimit) { in repTextAccess()
1739 if (index32>=length && ut->chunkNativeLimit==length) { in repTextAccess()
1761 if (index32>ut->chunkNativeStart && index32<=ut->chunkNativeLimit) { in repTextAccess()
1763 ut->chunkOffset = index32 - (int32_t)ut->chunkNativeStart; in repTextAccess()
1766 if (index32==0 && ut->chunkNativeStart==0) { in repTextAccess()
1779 ut->chunkNativeStart = index32 + 1 - REP_TEXT_CHUNK_SIZE; in repTextAccess()
1784 ut->chunkNativeLimit = index32 + 1; in repTextAccess()
1798 ut->chunkOffset = (int32_t)(index32 - ut->chunkNativeStart); in repTextAccess()