Searched refs:destIndex32 (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | utext.cpp | 1978 int32_t destIndex32 = pinIndex(destIndex, length); in repTextCopy() local 1985 rep->copy(start32, limit32, destIndex32); in repTextCopy() 1986 if(destIndex32<start32) { in repTextCopy() 1993 rep->copy(start32, limit32, destIndex32); in repTextCopy() 1998 int32_t firstAffectedIndex = destIndex32; in repTextCopy() 2008 int32_t nativeIterIndex = destIndex32 + limit32 - start32; in repTextCopy() 2009 if (move && destIndex32>start32) { in repTextCopy() 2011 nativeIterIndex = destIndex32; in repTextCopy() 2235 int32_t destIndex32 = pinIndex(destIndex, length); in unistrTextCopy() local 2237 if( start32>limit32 || (start32<destIndex32 && destIndex32<limit32)) { in unistrTextCopy() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utext.cpp | 1978 int32_t destIndex32 = pinIndex(destIndex, length); in repTextCopy() local 1985 rep->copy(start32, limit32, destIndex32); in repTextCopy() 1986 if(destIndex32<start32) { in repTextCopy() 1993 rep->copy(start32, limit32, destIndex32); in repTextCopy() 1998 int32_t firstAffectedIndex = destIndex32; in repTextCopy() 2008 int32_t nativeIterIndex = destIndex32 + limit32 - start32; in repTextCopy() 2009 if (move && destIndex32>start32) { in repTextCopy() 2011 nativeIterIndex = destIndex32; in repTextCopy() 2235 int32_t destIndex32 = pinIndex(destIndex, length); in unistrTextCopy() local 2237 if( start32>limit32 || (start32<destIndex32 && destIndex32<limit32)) { in unistrTextCopy() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | utext.cpp | 1978 int32_t destIndex32 = pinIndex(destIndex, length); in repTextCopy() local 1985 rep->copy(start32, limit32, destIndex32); in repTextCopy() 1986 if(destIndex32<start32) { in repTextCopy() 1993 rep->copy(start32, limit32, destIndex32); in repTextCopy() 1998 int32_t firstAffectedIndex = destIndex32; in repTextCopy() 2008 int32_t nativeIterIndex = destIndex32 + limit32 - start32; in repTextCopy() 2009 if (move && destIndex32>start32) { in repTextCopy() 2011 nativeIterIndex = destIndex32; in repTextCopy() 2235 int32_t destIndex32 = pinIndex(destIndex, length); in unistrTextCopy() local 2237 if( start32>limit32 || (start32<destIndex32 && destIndex32<limit32)) { in unistrTextCopy() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | utext.cpp | 1976 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 …]
|