/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringReplacer.java | 153 int destStart = tempStart; // copy new text to here in replace() local 157 destStart += len; in replace() 160 destStart++; in replace() 162 int destLimit = destStart; in replace() 168 newStart = buf.length() + destLimit - destStart; // relative to start in replace() 214 newStart = destLimit - destStart; // relative to start in replace() 217 outLen = destLimit - destStart; in replace() 220 text.copy(destStart, destLimit, start); in replace()
|
/external/icu/icu4c/source/i18n/ |
D | strrepl.cpp | 144 int32_t destStart = tempStart; // copy new text to here in replace() local 148 destStart += len; in replace() 152 destStart++; in replace() 154 int32_t destLimit = destStart; in replace() 159 newStart = destLimit - destStart; // relative to start in replace() 189 newStart = destLimit - destStart; // relative to start in replace() 192 outLen = destLimit - destStart; in replace() 195 text.copy(destStart, destLimit, start); in replace()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer.java | 694 char[] dest,int destStart, int destLimit, in compose() argument 697 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit); in compose() 770 char[] dest,int destStart, int destLimit, in decompose() argument 773 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit); in decompose() 853 char[] dest,int destStart, int destLimit, in normalize() argument 856 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit); in normalize() 1266 char[] dest, int destStart, int destLimit, in concatenate() argument 1273 if (right == dest && rightStart < destLimit && destStart < rightLimit) { in concatenate() 1283 if(destLength<=(destLimit-destStart)) { in concatenate() 1284 destBuilder.getChars(0, destLength, dest, destStart); in concatenate() [all …]
|
D | ArabicShaping.java | 87 char[] dest, int destStart, int destSize) throws ArabicShapingException { in shape() argument 100 (destStart < 0 || destSize < 0 || destStart + destSize > dest.length)) { in shape() 101 throw new IllegalArgumentException("bad dest start (" + destStart + in shape() 130 return internalShape(source, sourceStart, sourceLength, dest, destStart, destSize); in shape() 1839 int destStart, in internalShape() argument 1957 System.arraycopy(temp, 0, dest, destStart, outputSize); in internalShape()
|
/external/lzma/CPP/Common/ |
D | MyString.h | 21 T *destStart = dest; in MyStringCopy() local 23 return destStart; in MyStringCopy()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |