Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutext.cpp1976 int32_t destIndex32 = pinIndex(destIndex, length); in repTextCopy() local
1983 rep->copy(start32, limit32, destIndex32); in repTextCopy()
1984 if(destIndex32<start32) { in repTextCopy()
1991 rep->copy(start32, limit32, destIndex32); in repTextCopy()
1996 int32_t firstAffectedIndex = destIndex32; in repTextCopy()
2006 int32_t nativeIterIndex = destIndex32 + limit32 - start32; in repTextCopy()
2007 if (move && destIndex32>start32) { in repTextCopy()
2009 nativeIterIndex = destIndex32; in repTextCopy()
2233 int32_t destIndex32 = pinIndex(destIndex, length); in unistrTextCopy() local
2235 if( start32>limit32 || (start32<destIndex32 && destIndex32<limit32)) { in unistrTextCopy()
[all …]