HomeSort by relevance Sort by last modified time
    Searched defs:destIndex (Results 1 - 17 of 17) 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.cpp 122 appendResult(uint8_t *dest, int32_t destIndex, int32_t destCapacity,
141 if(destIndex<destCapacity) {
146 U8_APPEND(dest, destIndex, destCapacity, c, isError);
149 destIndex+=U8_LENGTH(c);
155 (char *)(dest+destIndex), destCapacity-destIndex, &destLength,
158 destIndex+=destLength;
164 destIndex+=U8_LENGTH(c);
171 destIndex+=destLength;
174 return destIndex;
    [all...]
unorm_it.c 135 int32_t srcIndex, destIndex, limit;
147 api->start=destIndex=0;
149 chars[destIndex]=chars[srcIndex];
150 states[destIndex++]=states[srcIndex++];
154 states[destIndex]=states[srcIndex];
156 api->limit=destIndex;
162 int32_t srcIndex, destIndex, start;
165 destIndex=((UNormIterator *)api)->capacity;
166 srcIndex=destIndex-delta;
175 api->limit=destIndex;
    [all...]
ustrcase.cpp 40 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity,
58 if(destIndex<destCapacity) {
63 U16_APPEND(dest, destIndex, destCapacity, c, isError);
66 destIndex+=U16_LENGTH(c);
70 if((destIndex+length)<=destCapacity) {
72 dest[destIndex++]=*s++;
77 destIndex+=length;
83 destIndex+=U16_LENGTH(c);
85 destIndex+=length;
88 return destIndex;
    [all...]
usprep.cpp 522 int32_t destIndex=0;
573 if(destIndex < destCapacity ){
574 dest[destIndex] = profile->mappingData[index+i];
576 destIndex++; /* for pre-flighting */
590 if(destIndex < destCapacity ){
591 dest[destIndex] = (UChar)ch;
593 destIndex++;
595 if(destIndex+1 < destCapacity ){
596 dest[destIndex] = U16_LEAD(ch);
597 dest[destIndex+1] = U16_TRAIL(ch)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
StringUtils.java 126 int destIndex = 0;
128 codePoints[destIndex] = string.codePointAt(index);
129 destIndex++;
  /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/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 672 int destIndex = XMPNodeUtils.lookupLanguageItem(destNode,
678 if (destIndex != -1)
680 destNode.removeChild(destIndex);
687 else if (destIndex == -1)
    [all...]
  /external/icu4c/test/intltest/
utxttest.cpp 305 int destIndex = 0; // Code point index of the destination for a copy/move test.
344 case 1: destIndex = 0; break;
345 case 2: destIndex = 1; break;
346 case 3: destIndex = srcIndex - 1; break;
347 case 4: destIndex = srcIndex + srcLength + 1; break;
348 case 5: destIndex = cpCount-1; break;
349 case 6: destIndex = cpCount; break;
351 if (destIndex<0 || destIndex>cpCount) {
358 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 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 552 milliseconds