Home
last modified time | relevance | path

Searched refs:srcLimit (Results 1 – 25 of 55) sorted by relevance

123

/external/icu/android_icu4j/src/main/java/android/icu/text/
DReplaceableString.java123 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
124 if (srcStart != srcLimit) { in getChars()
125 buf.getChars(srcStart, srcLimit, dst, dstStart); in getChars()
DReplaceable.java102 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars() argument
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DReplaceableString.java131 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
132 if (srcStart != srcLimit) { in getChars()
133 buf.getChars(srcStart, srcLimit, dst, dstStart); in getChars()
DReplaceable.java106 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars() argument
/external/cronet/tot/third_party/icu/source/common/
Dustrtrns.cpp47 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local
86 srcLimit = src; in u_strFromUTF32WithSub()
89 while(*++srcLimit != 0) {} in u_strFromUTF32WithSub()
92 srcLimit = (src!=nullptr)?(src + srcLength):nullptr; in u_strFromUTF32WithSub()
96 while(src < srcLimit) { in u_strFromUTF32WithSub()
161 const char16_t *srcLimit; in u_strToUTF32WithSub() local
200 srcLimit = src; in u_strToUTF32WithSub()
203 while(*++srcLimit != 0) {} in u_strToUTF32WithSub()
206 srcLimit = (src!=nullptr)?(src + srcLength):nullptr; in u_strToUTF32WithSub()
210 while(src < srcLimit) { in u_strToUTF32WithSub()
[all …]
Dunistr_cnv.cpp262 const char16_t *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
278 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &errorCode); in doExtract()
289 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &errorCode); in doExtract()
Ducnv_ext.h355 const char **src, const char *srcLimit,
375 const UChar **src, const UChar *srcLimit,
/external/icu/icu4c/source/common/
Dustrtrns.cpp47 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local
86 srcLimit = src; in u_strFromUTF32WithSub()
89 while(*++srcLimit != 0) {} in u_strFromUTF32WithSub()
92 srcLimit = (src!=nullptr)?(src + srcLength):nullptr; in u_strFromUTF32WithSub()
96 while(src < srcLimit) { in u_strFromUTF32WithSub()
161 const char16_t *srcLimit; in u_strToUTF32WithSub() local
200 srcLimit = src; in u_strToUTF32WithSub()
203 while(*++srcLimit != 0) {} in u_strToUTF32WithSub()
206 srcLimit = (src!=nullptr)?(src + srcLength):nullptr; in u_strToUTF32WithSub()
210 while(src < srcLimit) { in u_strToUTF32WithSub()
[all …]
Ducnv_ext.h355 const char **src, const char *srcLimit,
375 const UChar **src, const UChar *srcLimit,
Dunistr_cnv.cpp262 const char16_t *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
278 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, nullptr, true, &errorCode); in doExtract()
289 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, nullptr, true, &errorCode); in doExtract()
/external/cronet/stable/third_party/icu/source/common/
Dustrtrns.cpp47 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local
86 srcLimit = src; in u_strFromUTF32WithSub()
89 while(*++srcLimit != 0) {} in u_strFromUTF32WithSub()
92 srcLimit = (src!=nullptr)?(src + srcLength):nullptr; in u_strFromUTF32WithSub()
96 while(src < srcLimit) { in u_strFromUTF32WithSub()
161 const char16_t *srcLimit; in u_strToUTF32WithSub() local
200 srcLimit = src; in u_strToUTF32WithSub()
203 while(*++srcLimit != 0) {} in u_strToUTF32WithSub()
206 srcLimit = (src!=nullptr)?(src + srcLength):nullptr; in u_strToUTF32WithSub()
210 while(src < srcLimit) { in u_strToUTF32WithSub()
[all …]
Dunistr_cnv.cpp262 const char16_t *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
278 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &errorCode); in doExtract()
289 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &errorCode); in doExtract()
Ducnv_ext.h355 const char **src, const char *srcLimit,
375 const UChar **src, const UChar *srcLimit,
/external/cronet/stable/third_party/icu/source/test/cintltst/
Dncnvfbts.c304 const char *srcLimit; in testConvertToUnicode() local
361 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode()
378 (const char *)srcLimit, in testConvertToUnicode()
380 … (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */ in testConvertToUnicode()
382 …} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just ne… in testConvertToUnicode()
Ducsdetst.c58 const UChar *srcLimit = src + length; in preflight() local
64 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &status); in preflight()
76 const UChar *srcLimit = src + length; in extractBytes() local
80 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &status); in extractBytes()
/external/icu/icu4c/source/test/cintltst/
Dncnvfbts.c304 const char *srcLimit; in testConvertToUnicode() local
361 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode()
378 srcLimit, in testConvertToUnicode()
380 … (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */ in testConvertToUnicode()
382 …} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just ne… in testConvertToUnicode()
Ducsdetst.c58 const UChar *srcLimit = src + length; in preflight() local
64 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &status); in preflight()
76 const UChar *srcLimit = src + length; in extractBytes() local
80 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &status); in extractBytes()
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dncnvfbts.c304 const char *srcLimit; in testConvertToUnicode() local
361 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode()
378 (const char *)srcLimit, in testConvertToUnicode()
380 … (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */ in testConvertToUnicode()
382 …} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just ne… in testConvertToUnicode()
Ducsdetst.c58 const UChar *srcLimit = src + length; in preflight() local
64 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &status); in preflight()
76 const UChar *srcLimit = src + length; in extractBytes() local
80 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, true, &status); in extractBytes()
/external/icu/libicu/cts_headers/
Ducnv_ext.h355 const char **src, const char *srcLimit,
375 const UChar **src, const UChar *srcLimit,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DReplaceableTest.java139 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
140 chars.getChars(srcStart, srcLimit, dst, dstStart); in getChars()
/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
DReplaceableTest.java136 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
137 chars.getChars(srcStart, srcLimit, dst, dstStart); in getChars()
/external/cronet/stable/third_party/icu/source/common/unicode/
Dunistr.h507 int32_t srcLimit) const;
674 int32_t srcLimit) const;
853 int32_t srcLimit,
2448 int32_t srcLimit);
4050 int32_t srcLimit) const in compareBetween() argument
4052 srcText, srcStart, srcLimit - srcStart); } in compareBetween()
4111 int32_t srcLimit) const in compareCodePointOrderBetween() argument
4113 srcText, srcStart, srcLimit - srcStart); } in compareCodePointOrderBetween()
4184 int32_t srcLimit, in caseCompareBetween() argument
4186 return doCaseCompare(start, limit - start, srcText, srcStart, srcLimit - srcStart, options); in caseCompareBetween()
[all …]
/external/cronet/tot/third_party/icu/source/common/unicode/
Dunistr.h507 int32_t srcLimit) const;
674 int32_t srcLimit) const;
853 int32_t srcLimit,
2448 int32_t srcLimit);
4050 int32_t srcLimit) const in compareBetween() argument
4052 srcText, srcStart, srcLimit - srcStart); } in compareBetween()
4111 int32_t srcLimit) const in compareCodePointOrderBetween() argument
4113 srcText, srcStart, srcLimit - srcStart); } in compareCodePointOrderBetween()
4184 int32_t srcLimit, in caseCompareBetween() argument
4186 return doCaseCompare(start, limit - start, srcText, srcStart, srcLimit - srcStart, options); in caseCompareBetween()
[all …]
/external/icu/icu4c/source/common/unicode/
Dunistr.h555 int32_t srcLimit) const;
722 int32_t srcLimit) const;
901 int32_t srcLimit,
2547 int32_t srcLimit);
4361 int32_t srcLimit) const in compareBetween() argument
4363 srcText, srcStart, srcLimit - srcStart); } in compareBetween()
4422 int32_t srcLimit) const in compareCodePointOrderBetween() argument
4424 srcText, srcStart, srcLimit - srcStart); } in compareCodePointOrderBetween()
4495 int32_t srcLimit, in caseCompareBetween() argument
4497 return doCaseCompare(start, limit - start, srcText, srcStart, srcLimit - srcStart, options); in caseCompareBetween()
[all …]

123