/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ReplaceableString.java | 123 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()
|
D | Replaceable.java | 102 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/ |
D | ReplaceableString.java | 131 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()
|
D | Replaceable.java | 106 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars() argument
|
/external/cronet/tot/third_party/icu/source/common/ |
D | ustrtrns.cpp | 47 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 …]
|
D | unistr_cnv.cpp | 262 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()
|
D | ucnv_ext.h | 355 const char **src, const char *srcLimit, 375 const UChar **src, const UChar *srcLimit,
|
/external/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 47 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 …]
|
D | ucnv_ext.h | 355 const char **src, const char *srcLimit, 375 const UChar **src, const UChar *srcLimit,
|
D | unistr_cnv.cpp | 262 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/ |
D | ustrtrns.cpp | 47 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 …]
|
D | unistr_cnv.cpp | 262 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()
|
D | ucnv_ext.h | 355 const char **src, const char *srcLimit, 375 const UChar **src, const UChar *srcLimit,
|
/external/cronet/stable/third_party/icu/source/test/cintltst/ |
D | ncnvfbts.c | 304 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()
|
D | ucsdetst.c | 58 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/ |
D | ncnvfbts.c | 304 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()
|
D | ucsdetst.c | 58 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/ |
D | ncnvfbts.c | 304 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()
|
D | ucsdetst.c | 58 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/ |
D | ucnv_ext.h | 355 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/ |
D | ReplaceableTest.java | 139 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/ |
D | ReplaceableTest.java | 136 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/ |
D | unistr.h | 507 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/ |
D | unistr.h | 507 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/ |
D | unistr.h | 555 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 …]
|