Searched defs:destIndex32 (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Dutext.cpp1963 int32_t destIndex32 = pinIndex(destIndex, length); local
1970 rep->copy(start32, limit32, destIndex32);
1971 if(destIndex32<start32) {
1978 rep->copy(start32, limit32, destIndex32);
1983 int32_t firstAffectedIndex = destIndex32;
1993 int32_t nativeIterIndex = destIndex32 + limit32 - start32;
1994 if (move && destIndex32>start32) {
1996 nativeIterIndex = destIndex32;
2220 int32_t destIndex32 = pinIndex(destIndex, length); local
2222 if( start32>limit32 || (start32<destIndex32
[all...]

Completed in 128 milliseconds