Searched refs:destLimit (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringReplacer.java144 // to destLimit + tempExtra. The start of the buffer has a single
162 int destLimit = destStart;
163 int tempExtra = 0; // temp chars after destLimit
168 newStart = buf.length() + destLimit - destStart; // relative to start
184 text.copy(limit, limit+tempExtra, destLimit);
196 text.replace(destLimit, destLimit, buf.toString());
197 destLimit += buf.length();
202 int len = r.replace(text, destLimit, destLimit, curso
[all...]
/external/icu/icu4c/source/i18n/
H A Dstrrepl.cpp135 // to destLimit. The start of the buffer has a single
154 int32_t destLimit = destStart; local
159 newStart = destLimit - destStart; // relative to start
171 text.handleReplaceBetween(destLimit, destLimit, buf);
172 destLimit += buf.length();
177 int32_t len = r->replace(text, destLimit, destLimit, cursor);
178 destLimit += len;
184 text.handleReplaceBetween(destLimit, destLimi
[all...]
/external/icu/icu4c/source/common/
H A Dunistr_cnv.cpp262 const char *destLimit; local
265 destLimit=dest=0;
268 destLimit=(char*)U_MAX_PTR(dest);
272 destLimit=dest+destCapacity;
276 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
283 destLimit=buffer+sizeof(buffer);
287 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
H A Ducnv.c1730 char *originalDest, *destLimit; local
1754 destLimit=dest+destCapacity;
1757 if(destLimit<dest || (destLimit==NULL && dest!=NULL)) {
1758 destLimit=(char *)U_MAX_PTR(dest);
1762 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1769 destLimit=buffer+sizeof(buffer);
1773 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1790 UChar *originalDest, *destLimit; local
1814 destLimit
[all...]
H A Dustrtrns.cpp47 UChar *destLimit; local
69 destLimit = (dest!=NULL)?(dest + destCapacity):NULL;
78 if(pDest < destLimit) {
99 if(pDest < destLimit) {
106 if(pDest!=NULL && ((pDest + 2) <= destLimit)) {
162 UChar32 *destLimit; local
184 destLimit = (dest!=NULL)?(dest + destCapacity):NULL;
192 if(pDest < destLimit) {
222 if(pDest < destLimit) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java682 * @param destLimit End index of the destination buffer
694 char[] dest,int destStart, int destLimit,
697 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit);
758 * @param destLimit End index of the destination buffer
770 char[] dest,int destStart, int destLimit,
773 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit);
841 * @param destLimit End index of the destination buffer
853 char[] dest,int destStart, int destLimit,
856 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit);
1247 * @param dest The output buffer; can be null if destStart==destLimit
693 compose(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, boolean compat, int options) argument
769 decompose(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, boolean compat, int options) argument
852 normalize(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, Mode mode, int options) argument
1264 concatenate(char[] left, int leftStart, int leftLimit, char[] right, int rightStart, int rightLimit, char[] dest, int destStart, int destLimit, Normalizer.Mode mode, int options) argument
2429 CharsAppendable(char[] dest, int destStart, int destLimit) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c55 char *dest, *destLimit = buffer + sizeof(buffer); local
62 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
76 char *dest = bytes, *destLimit = bytes + byteCount + 1; local
78 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 223 milliseconds