OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destIndex
(Results
1 - 14
of
14
) sorted by null
/external/icu4c/layout/
GlyphIterator.h
90
le_int32
destIndex
;
/external/apache-xml/src/main/java/org/apache/xml/utils/
XMLStringDefault.java
146
int
destIndex
= dstBegin;
149
dst[
destIndex
++] = m_str.charAt(i);
/external/icu4c/common/
ucasemap.c
130
appendResult(uint8_t *dest, int32_t
destIndex
, int32_t destCapacity,
149
if(
destIndex
<destCapacity) {
154
U8_APPEND(dest,
destIndex
, destCapacity, c, isError);
157
destIndex
+=U8_LENGTH(c);
163
(char *)(dest+
destIndex
), destCapacity-
destIndex
, &destLength,
166
destIndex
+=destLength;
172
destIndex
+=U8_LENGTH(c);
179
destIndex
+=destLength;
182
return
destIndex
;
[
all
...]
unorm_it.c
134
int32_t srcIndex,
destIndex
, limit;
146
api->start=
destIndex
=0;
148
chars[
destIndex
]=chars[srcIndex];
149
states[
destIndex
++]=states[srcIndex++];
153
states[
destIndex
]=states[srcIndex];
155
api->limit=
destIndex
;
161
int32_t srcIndex,
destIndex
, start;
164
destIndex
=((UNormIterator *)api)->capacity;
165
srcIndex=
destIndex
-delta;
174
api->limit=
destIndex
;
[
all
...]
ustrcase.c
34
appendResult(UChar *dest, int32_t
destIndex
, int32_t destCapacity,
52
if(
destIndex
<destCapacity) {
57
U16_APPEND(dest,
destIndex
, destCapacity, c, isError);
60
destIndex
+=U16_LENGTH(c);
64
if((
destIndex
+length)<=destCapacity) {
66
dest[
destIndex
++]=*s++;
71
destIndex
+=length;
77
destIndex
+=U16_LENGTH(c);
79
destIndex
+=length;
82
return
destIndex
;
[
all
...]
usprep.cpp
525
int32_t
destIndex
=0;
576
if(
destIndex
< destCapacity ){
577
dest[
destIndex
] = profile->mappingData[index+i];
579
destIndex
++; /* for pre-flighting */
593
if(
destIndex
< destCapacity ){
594
dest[
destIndex
] = (UChar)ch;
596
destIndex
++;
598
if(
destIndex
+1 < destCapacity ){
599
dest[
destIndex
] = U16_LEAD(ch);
600
dest[
destIndex
+1] = U16_TRAIL(ch)
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp
152
int
destIndex
= 0;
157
for (int i = 0; i < shaping.glyphLength(); i++,
destIndex
++) {
158
memcpy(&visualAttributes[
destIndex
], &shaping.m_visualAttributes[i],
160
advances[
destIndex
] = shaping.m_advance[i];
[
all
...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java
317
int
destIndex
= destY * destBytesPerLine + destX * bytesPerPixel;
319
System.arraycopy(srcData.data, srcIndex, newData,
destIndex
, bytesPerPixel);
/external/icu4c/test/intltest/
utxttest.cpp
307
int
destIndex
= 0; // Code point index of the destination for a copy/move test.
346
case 1:
destIndex
= 0; break;
347
case 2:
destIndex
= 1; break;
348
case 3:
destIndex
= srcIndex - 1; break;
349
case 4:
destIndex
= srcIndex + srcLength + 1; break;
350
case 5:
destIndex
= cpCount-1; break;
351
case 6:
destIndex
= cpCount; break;
353
if (
destIndex
<0 ||
destIndex
>cpCount) {
360
nativeDest = nativeMap[
destIndex
].nativeIdx
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
com.ibm.icu_4.2.1.v20100412.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 1078 milliseconds