Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dutext.cpp1746 int32_t index32 = pinIndex(index, length); in repTextAccess() local
1760 if (index32>=ut->chunkNativeStart && index32<ut->chunkNativeLimit) { in repTextAccess()
1765 if (index32>=length && ut->chunkNativeLimit==length) { in repTextAccess()
1787 if (index32>ut->chunkNativeStart && index32<=ut->chunkNativeLimit) { in repTextAccess()
1789 ut->chunkOffset = index32 - (int32_t)ut->chunkNativeStart; in repTextAccess()
1792 if (index32==0 && ut->chunkNativeStart==0) { in repTextAccess()
1805 ut->chunkNativeStart = index32 + 1 - REP_TEXT_CHUNK_SIZE; in repTextAccess()
1810 ut->chunkNativeLimit = index32 + 1; in repTextAccess()
1824 ut->chunkOffset = (int32_t)(index32 - ut->chunkNativeStart); in repTextAccess()
/third_party/skia/third_party/externals/icu/source/common/
Dutext.cpp1746 int32_t index32 = pinIndex(index, length); in repTextAccess() local
1760 if (index32>=ut->chunkNativeStart && index32<ut->chunkNativeLimit) { in repTextAccess()
1765 if (index32>=length && ut->chunkNativeLimit==length) { in repTextAccess()
1787 if (index32>ut->chunkNativeStart && index32<=ut->chunkNativeLimit) { in repTextAccess()
1789 ut->chunkOffset = index32 - (int32_t)ut->chunkNativeStart; in repTextAccess()
1792 if (index32==0 && ut->chunkNativeStart==0) { in repTextAccess()
1805 ut->chunkNativeStart = index32 + 1 - REP_TEXT_CHUNK_SIZE; in repTextAccess()
1810 ut->chunkNativeLimit = index32 + 1; in repTextAccess()
1824 ut->chunkOffset = (int32_t)(index32 - ut->chunkNativeStart); in repTextAccess()
/third_party/node/deps/icu-small/source/common/
Dutext.cpp1746 int32_t index32 = pinIndex(index, length); in repTextAccess() local
1760 if (index32>=ut->chunkNativeStart && index32<ut->chunkNativeLimit) { in repTextAccess()
1765 if (index32>=length && ut->chunkNativeLimit==length) { in repTextAccess()
1787 if (index32>ut->chunkNativeStart && index32<=ut->chunkNativeLimit) { in repTextAccess()
1789 ut->chunkOffset = index32 - (int32_t)ut->chunkNativeStart; in repTextAccess()
1792 if (index32==0 && ut->chunkNativeStart==0) { in repTextAccess()
1805 ut->chunkNativeStart = index32 + 1 - REP_TEXT_CHUNK_SIZE; in repTextAccess()
1810 ut->chunkNativeLimit = index32 + 1; in repTextAccess()
1824 ut->chunkOffset = (int32_t)(index32 - ut->chunkNativeStart); in repTextAccess()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutext.cpp1744 int32_t index32 = pinIndex(index, length); in repTextAccess() local
1758 if (index32>=ut->chunkNativeStart && index32<ut->chunkNativeLimit) { in repTextAccess()
1763 if (index32>=length && ut->chunkNativeLimit==length) { in repTextAccess()
1785 if (index32>ut->chunkNativeStart && index32<=ut->chunkNativeLimit) { in repTextAccess()
1787 ut->chunkOffset = index32 - (int32_t)ut->chunkNativeStart; in repTextAccess()
1790 if (index32==0 && ut->chunkNativeStart==0) { in repTextAccess()
1803 ut->chunkNativeStart = index32 + 1 - REP_TEXT_CHUNK_SIZE; in repTextAccess()
1808 ut->chunkNativeLimit = index32 + 1; in repTextAccess()
1822 ut->chunkOffset = (int32_t)(index32 - ut->chunkNativeStart); in repTextAccess()
/third_party/quickjs/
Dquickjs.c40399 int index32 = (int)index; in string_advance_index() local
40400 string_getc(p, &index32); in string_advance_index()
40401 index = index32; in string_advance_index()