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

/external/icu/icu4c/source/common/
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) {
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.c1720 char *originalDest, *destLimit; local
1744 destLimit=dest+destCapacity;
1747 if(destLimit<dest || (destLimit==NULL && dest!=NULL)) {
1748 destLimit=(char *)U_MAX_PTR(dest);
1752 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1759 destLimit=buffer+sizeof(buffer);
1763 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1780 UChar *originalDest, *destLimit; local
1804 destLimit
[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/skia/src/core/
H A DSkBitmapScaler.cpp150 int destLimit = SkScalarTruncToInt(destSubsetHi - destSubsetLo); local
151 output->reserveAdditional(destLimit, SkScalarCeilToInt(destLimit * srcSupport * 2));
152 for (int destI = 0; destI < destLimit; srcPixel += invScale, destI++)
/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/icu/android_icu4j/src/main/java/android/icu/text/
H A DNormalizer.java731 * @param destLimit End index of the destination buffer
745 char[] dest,int destStart, int destLimit,
748 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit);
815 * @param destLimit End index of the destination buffer
829 char[] dest,int destStart, int destLimit,
832 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit);
905 * @param destLimit End index of the destination buffer
919 char[] dest,int destStart, int destLimit,
922 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit);
1325 * @param dest The output buffer; can be null if destStart==destLimit
744 compose(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, boolean compat, int options) argument
828 decompose(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, boolean compat, int options) argument
918 normalize(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, Mode mode, int options) argument
1344 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
2564 CharsAppendable(char[] dest, int destStart, int destLimit) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java715 * @param destLimit End index of the destination buffer
728 char[] dest,int destStart, int destLimit,
731 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit);
795 * @param destLimit End index of the destination buffer
808 char[] dest,int destStart, int destLimit,
811 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit);
881 * @param destLimit End index of the destination buffer
894 char[] dest,int destStart, int destLimit,
897 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit);
1296 * @param dest The output buffer; can be null if destStart==destLimit
727 compose(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, boolean compat, int options) argument
807 decompose(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, boolean compat, int options) argument
893 normalize(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, Mode mode, int options) argument
1314 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
2505 CharsAppendable(char[] dest, int destStart, int destLimit) argument
[all...]
/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 ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 376 milliseconds