/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
H A D | XStringForChars.java | 196 * @param srcEnd index after the last character in the string 203 * <li><code>srcBegin</code> is greater than <code>srcEnd</code> 204 * <li><code>srcEnd</code> is greater than the length of this 207 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than 211 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) argument 213 System.arraycopy((char[])m_obj, m_start+srcBegin, dst, dstBegin, srcEnd);
|
H A D | XString.java | 262 * @param srcEnd index after the last character in the string 269 * <li><code>srcBegin</code> is greater than <code>srcEnd</code> 270 * <li><code>srcEnd</code> is greater than the length of this 273 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than 277 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) argument 279 str().getChars(srcBegin, srcEnd, dst, dstBegin);
|
H A D | XStringForFSB.java | 237 * @param srcEnd index after the last character in the string 244 * <li><code>srcBegin</code> is greater than <code>srcEnd</code> 245 * <li><code>srcEnd</code> is greater than the length of this 248 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than 252 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) argument 257 int n = srcEnd - srcBegin;
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkBlitRow_D32.cpp | 39 const SkPMColor* SK_RESTRICT srcEnd = src + count; local 40 while (src != srcEnd) { 68 const SkPMColor* SK_RESTRICT srcEnd = src + count; local 69 while (src != srcEnd) { 97 const SkPMColor* SK_RESTRICT srcEnd = src + count; local 98 while (src != srcEnd) {
|
H A D | SkBitmapScaler.cpp | 151 int srcEnd = SkTMin(srcSize - 1, SkScalarCeilToInt(srcPixel + srcSupport)); local 156 for (int curFilterPixel = srcBegin; curFilterPixel <= srcEnd;
|
/external/skia/src/core/ |
H A D | SkBlitRow_D32.cpp | 39 const SkPMColor* SK_RESTRICT srcEnd = src + count; local 40 while (src != srcEnd) { 68 const SkPMColor* SK_RESTRICT srcEnd = src + count; local 69 while (src != srcEnd) { 97 const SkPMColor* SK_RESTRICT srcEnd = src + count; local 98 while (src != srcEnd) {
|
H A D | SkBitmapScaler.cpp | 151 int srcEnd = SkTMin(srcSize - 1, SkScalarCeilToInt(srcPixel + srcSupport)); local 156 for (int curFilterPixel = srcBegin; curFilterPixel <= srcEnd;
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | FastStringBuffer.java | 1235 * @param srcEnd index after the last character in the string 1242 * <li><code>srcBegin</code> is greater than <code>srcEnd</code> 1243 * <li><code>srcEnd</code> is greater than the length of this 1246 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than 1250 private void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) argument
|
H A D | XMLString.java | 107 * @param srcEnd index after the last character in the string 114 * <li><code>srcBegin</code> is greater than <code>srcEnd</code> 115 * <li><code>srcEnd</code> is greater than the length of this 118 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than 122 public abstract void getChars(int srcBegin, int srcEnd, char dst[], argument
|
H A D | XMLStringDefault.java | 128 * @param srcEnd index after the last character in the string 135 * <li><code>srcBegin</code> is greater than <code>srcEnd</code> 136 * <li><code>srcEnd</code> is greater than the length of this 139 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than 143 public void getChars(int srcBegin, int srcEnd, char dst[], argument 147 for (int i = srcBegin; i < srcEnd; i++)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
H A D | Vector.h | 100 static void move(const T* src, const T* srcEnd, T* dst) argument 102 while (src != srcEnd) { 109 static void moveOverlapping(const T* src, const T* srcEnd, T* dst) argument 112 move(src, srcEnd, dst); 114 T* dstEnd = dst + (srcEnd - src); 115 while (src != srcEnd) { 116 --srcEnd; 118 new (NotNull, dstEnd) T(*srcEnd); 119 srcEnd->~T(); 128 static void move(const T* src, const T* srcEnd, argument 132 moveOverlapping(const T* src, const T* srcEnd, T* dst) argument 144 uninitializedCopy(const T* src, const T* srcEnd, T* dst) argument 157 uninitializedCopy(const T* src, const T* srcEnd, T* dst) argument 228 move(const T* src, const T* srcEnd, T* dst) argument 233 moveOverlapping(const T* src, const T* srcEnd, T* dst) argument 238 uninitializedCopy(const T* src, const T* srcEnd, T* dst) argument [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | ncnvtst.c | 729 const char* srcEnd; local 736 srcEnd = src8 + 3; 737 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err); 738 if (srcBeg != srcEnd) { 742 srcEnd = src8 + 4; 743 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err); 744 if (srcBeg != srcEnd) { 833 const char* srcEnd; local 840 srcEnd = srcBE + 5; 841 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 865 const char* srcEnd; local [all...] |
/external/icu4c/test/cintltst/ |
H A D | ncnvtst.c | 747 const char* srcEnd; local 754 srcEnd = src8 + 3; 755 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err); 756 if (srcBeg != srcEnd) { 760 srcEnd = src8 + 4; 761 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err); 762 if (srcBeg != srcEnd) { 851 const char* srcEnd; local 858 srcEnd = srcBE + 5; 859 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 883 const char* srcEnd; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |