HomeSort by relevance Sort by last modified time
    Searched refs:srcLimit (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/text/
Replaceable.java 89 * index <code>srcLimit-1</code> (thus the total number of
90 * characters to be copied is <code>srcLimit-srcStart</code>). The
93 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
97 * @param srcLimit the ending index to copy, exclusive;
102 void getChars(int srcStart, int srcLimit, char dst[], int dstStart);
ReplaceableString.java 105 * index <code>srcLimit-1</code> (thus the total number of
106 * characters to be copied is <code>srcLimit-srcStart</code>). The
109 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
113 * @param srcLimit the ending index to copy, exclusive;
118 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) {
119 if (srcStart != srcLimit) {
120 buf.getChars(srcStart, srcLimit, dst, dstStart);
Normalizer.java 728 * @param srcLimit Limit index of the source
744 public static int compose(char[] src,int srcStart, int srcLimit,
747 CharBuffer srcBuffer = CharBuffer.wrap(src, srcStart, srcLimit - srcStart);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Replaceable.java 92 * index <code>srcLimit-1</code> (thus the total number of
93 * characters to be copied is <code>srcLimit-srcStart</code>). The
96 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
100 * @param srcLimit the ending index to copy, exclusive;
106 void getChars(int srcStart, int srcLimit, char dst[], int dstStart);
ReplaceableString.java 112 * index <code>srcLimit-1</code> (thus the total number of
113 * characters to be copied is <code>srcLimit-srcStart</code>). The
116 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
120 * @param srcLimit the ending index to copy, exclusive;
126 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) {
127 if (srcStart != srcLimit) {
128 buf.getChars(srcStart, srcLimit, dst, dstStart);
Normalizer.java 712 * @param srcLimit Limit index of the source
727 public static int compose(char[] src,int srcStart, int srcLimit,
730 CharBuffer srcBuffer = CharBuffer.wrap(src, srcStart, srcLimit - srcStart);
792 * @param srcLimit Limit index of the source
807 public static int decompose(char[] src,int srcStart, int srcLimit,
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.h 353 const char **src, const char *srcLimit,
373 const UChar **src, const UChar *srcLimit,
unistr_cnv.cpp 260 const UChar *src=getArrayStart()+start, *srcLimit=src+length;
276 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
287 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
ustrtrns.cpp 45 const UChar32 *srcLimit;
84 srcLimit = src;
87 while(*++srcLimit != 0) {}
90 srcLimit = (src!=NULL)?(src + srcLength):NULL;
94 while(src < srcLimit) {
159 const UChar *srcLimit;
198 srcLimit = src;
201 while(*++srcLimit != 0) {}
204 srcLimit = (src!=NULL)?(src + srcLength):NULL;
208 while(src < srcLimit) {
    [all...]
ucasemap.cpp 210 * Case-maps [srcStart..srcLimit[ but takes
217 int32_t srcStart, int32_t srcLimit,
229 while(srcIndex<srcLimit) {
231 U8_NEXT(src, srcIndex, srcLimit, c);
ustrcase.cpp 123 * Case-maps [srcStart..srcLimit[ but takes
130 int32_t srcStart, int32_t srcLimit,
142 while(srcIndex<srcLimit) {
144 U16_NEXT(src, srcIndex, srcLimit, c);
ucnv.c     [all...]
ucnv_ext.cpp 278 const char **src, const char *srcLimit,
289 *src, (int32_t)(srcLimit-*src),
321 *src=s; /* same as *src=srcLimit; because we reached the end of input */
408 pArgs->source=s; /* same as *src=srcLimit; because we reached the end of input */
746 const UChar **src, const UChar *srcLimit,
757 *src, (int32_t)(srcLimit-*src),
790 *src=s; /* same as *src=srcLimit; because we reached the end of input */
908 pArgs->source=s; /* same as *src=srcLimit; because we reached the end of input */
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ReplaceableTest.java 132 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) {
133 chars.getChars(srcStart, srcLimit, dst, dstStart);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ReplaceableTest.java 128 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) {
129 chars.getChars(srcStart, srcLimit, dst, dstStart);
  /external/icu/icu4c/source/common/unicode/
unistr.h 488 * [<TT>srcStart</TT>, <TT>srcLimit</TT>).
493 * @param srcLimit the offset into <TT>srcText</TT> to limit comparison
505 int32_t srcLimit) const;
662 * @param srcLimit The offset after the last code unit from that string to compare.
672 int32_t srcLimit) const;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.c 301 const char *srcLimit;
358 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
375 (const char *)srcLimit,
377 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
379 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just need another buffer */
ucsdetst.c 56 const UChar *srcLimit = src + length;
62 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
74 const UChar *srcLimit = src + length;
78 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
nccbtst.c     [all...]
ncnvtst.c     [all...]
ccapitst.c     [all...]
nucnvtst.c 525 const char *srcLimit;
573 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
590 srcLimit,
592 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
597 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 1085 milliseconds

1 2