Searched refs:destIndex32 (Results 1 – 1 of 1) sorted by relevance
1961 int32_t destIndex32 = pinIndex(destIndex, length); in repTextCopy() local1968 rep->copy(start32, limit32, destIndex32); in repTextCopy()1969 if(destIndex32<start32) { in repTextCopy()1976 rep->copy(start32, limit32, destIndex32); in repTextCopy()1981 int32_t firstAffectedIndex = destIndex32; in repTextCopy()1991 int32_t nativeIterIndex = destIndex32 + limit32 - start32; in repTextCopy()1992 if (move && destIndex32>start32) { in repTextCopy()1994 nativeIterIndex = destIndex32; in repTextCopy()2215 int32_t destIndex32 = pinIndex(destIndex, length); in unistrTextCopy() local2217 if( start32>limit32 || (start32<destIndex32 && destIndex32<limit32)) { in unistrTextCopy()[all …]