/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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
|
/third_party/icu/icu4j/main/classes/core/src/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
|
D | Normalizer.java | 735 public static int compose(char[] src,int srcStart, int srcLimit, in compose() argument 738 CharBuffer srcBuffer = CharBuffer.wrap(src, srcStart, srcLimit - srcStart); in compose() 815 public static int decompose(char[] src,int srcStart, int srcLimit, in decompose() argument 818 CharBuffer srcBuffer = CharBuffer.wrap(src, srcStart, srcLimit - srcStart); in decompose() 901 public static int normalize(char[] src,int srcStart, int srcLimit, in normalize() argument 904 CharBuffer srcBuffer = CharBuffer.wrap(src, srcStart, srcLimit - srcStart); in normalize()
|
/third_party/node/deps/icu-small/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!=NULL)?(src + srcLength):NULL; in u_strFromUTF32WithSub() 96 while(src < srcLimit) { in u_strFromUTF32WithSub() 161 const UChar *srcLimit; in u_strToUTF32WithSub() local 200 srcLimit = src; in u_strToUTF32WithSub() 203 while(*++srcLimit != 0) {} in u_strToUTF32WithSub() 206 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strToUTF32WithSub() 210 while(src < srcLimit) { in u_strToUTF32WithSub() [all …]
|
D | unistr_cnv.cpp | 262 const UChar *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,
|
/third_party/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!=NULL)?(src + srcLength):NULL; in u_strFromUTF32WithSub() 96 while(src < srcLimit) { in u_strFromUTF32WithSub() 161 const UChar *srcLimit; in u_strToUTF32WithSub() local 200 srcLimit = src; in u_strToUTF32WithSub() 203 while(*++srcLimit != 0) {} in u_strToUTF32WithSub() 206 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strToUTF32WithSub() 210 while(src < srcLimit) { in u_strToUTF32WithSub() [all …]
|
D | unistr_cnv.cpp | 262 const UChar *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,
|
/third_party/skia/third_party/externals/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!=NULL)?(src + srcLength):NULL; in u_strFromUTF32WithSub() 96 while(src < srcLimit) { in u_strFromUTF32WithSub() 161 const UChar *srcLimit; in u_strToUTF32WithSub() local 200 srcLimit = src; in u_strToUTF32WithSub() 203 while(*++srcLimit != 0) {} in u_strToUTF32WithSub() 206 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strToUTF32WithSub() 210 while(src < srcLimit) { in u_strToUTF32WithSub() [all …]
|
D | unistr_cnv.cpp | 262 const UChar *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,
|
/third_party/flutter/skia/third_party/externals/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!=NULL)?(src + srcLength):NULL; in u_strFromUTF32WithSub() 96 while(src < srcLimit) { in u_strFromUTF32WithSub() 161 const UChar *srcLimit; in u_strToUTF32WithSub() local 200 srcLimit = src; in u_strToUTF32WithSub() 203 while(*++srcLimit != 0) {} in u_strToUTF32WithSub() 206 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strToUTF32WithSub() 210 while(src < srcLimit) { in u_strToUTF32WithSub() [all …]
|
D | unistr_cnv.cpp | 262 const UChar *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,
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 303 const char *srcLimit; in testConvertToUnicode() local 360 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode() 377 (const char *)srcLimit, in testConvertToUnicode() 379 … (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */ in testConvertToUnicode() 381 …} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just ne… in testConvertToUnicode()
|
D | ucsdetst.c | 57 const UChar *srcLimit = src + length; in preflight() local 63 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status); in preflight() 75 const UChar *srcLimit = src + length; in extractBytes() local 79 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status); in extractBytes()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
|
/third_party/icu/icu4j/main/tests/translit/src/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()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | unistr.h | 507 int32_t srcLimit) const; 674 int32_t srcLimit) const; 853 int32_t srcLimit, 2448 int32_t srcLimit); 4022 int32_t srcLimit) const in compareBetween() argument 4024 srcText, srcStart, srcLimit - srcStart); } in compareBetween() 4083 int32_t srcLimit) const in compareCodePointOrderBetween() argument 4085 srcText, srcStart, srcLimit - srcStart); } in compareCodePointOrderBetween() 4156 int32_t srcLimit, in caseCompareBetween() argument 4158 return doCaseCompare(start, limit - start, srcText, srcStart, srcLimit - srcStart, options); in caseCompareBetween() [all …]
|
/third_party/skia/third_party/externals/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); 4022 int32_t srcLimit) const in compareBetween() argument 4024 srcText, srcStart, srcLimit - srcStart); } in compareBetween() 4083 int32_t srcLimit) const in compareCodePointOrderBetween() argument 4085 srcText, srcStart, srcLimit - srcStart); } in compareCodePointOrderBetween() 4156 int32_t srcLimit, in caseCompareBetween() argument 4158 return doCaseCompare(start, limit - start, srcText, srcStart, srcLimit - srcStart, options); in caseCompareBetween() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | unistr.h | 501 int32_t srcLimit) const; 668 int32_t srcLimit) const; 847 int32_t srcLimit, 2460 int32_t srcLimit); 4041 int32_t srcLimit) const in compareBetween() argument 4043 srcText, srcStart, srcLimit - srcStart); } in compareBetween() 4102 int32_t srcLimit) const in compareCodePointOrderBetween() argument 4104 srcText, srcStart, srcLimit - srcStart); } in compareCodePointOrderBetween() 4175 int32_t srcLimit, in caseCompareBetween() argument 4177 return doCaseCompare(start, limit - start, srcText, srcStart, srcLimit - srcStart, options); in caseCompareBetween() [all …]
|
/third_party/icu/icu4c/source/common/unicode/ |
D | unistr.h | 507 int32_t srcLimit) const; 674 int32_t srcLimit) const; 853 int32_t srcLimit, 2448 int32_t srcLimit); 4022 int32_t srcLimit) const in compareBetween() argument 4024 srcText, srcStart, srcLimit - srcStart); } in compareBetween() 4083 int32_t srcLimit) const in compareCodePointOrderBetween() argument 4085 srcText, srcStart, srcLimit - srcStart); } in compareCodePointOrderBetween() 4156 int32_t srcLimit, in caseCompareBetween() argument 4158 return doCaseCompare(start, limit - start, srcText, srcStart, srcLimit - srcStart, options); in caseCompareBetween() [all …]
|