/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
|
D | Normalizer.java | 753 public static int compose(char[] src,int srcStart, int srcLimit, in compose() argument 756 CharBuffer srcBuffer = CharBuffer.wrap(src, srcStart, srcLimit - srcStart); in compose() 837 public static int decompose(char[] src,int srcStart, int srcLimit, in decompose() argument 840 CharBuffer srcBuffer = CharBuffer.wrap(src, srcStart, srcLimit - srcStart); in decompose() 927 public static int normalize(char[] src,int srcStart, int srcLimit, in normalize() argument 930 CharBuffer srcBuffer = CharBuffer.wrap(src, srcStart, srcLimit - srcStart); in normalize()
|
/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/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,
|
D | ucasemap.cpp | 205 const uint8_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, in toLower() argument 224 if (U_FAILURE(errorCode) || srcIndex >= srcLimit) { in toLower() 248 if (0xc2 <= lead && lead <= 0xc5 && srcIndex < srcLimit && in toLower() 269 (srcIndex + 2) <= srcLimit && in toLower() 276 U8_NEXT(src, srcIndex, srcLimit, c); in toLower()
|
/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!=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,
|
D | ucnv_ext.cpp | 281 const char **src, const char *srcLimit, in ucnv_extInitialMatchToU() argument 292 *src, (int32_t)(srcLimit-*src), in ucnv_extInitialMatchToU() 752 const char16_t **src, const char16_t *srcLimit, in ucnv_extInitialMatchFromU() argument 763 *src, (int32_t)(srcLimit-*src), in ucnv_extInitialMatchFromU()
|
/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,
|
D | ucnv_ext.cpp | 281 const char **src, const char *srcLimit, in ucnv_extInitialMatchToU() argument 292 *src, (int32_t)(srcLimit-*src), in ucnv_extInitialMatchToU() 752 const UChar **src, const UChar *srcLimit, in ucnv_extInitialMatchFromU() argument 763 *src, (int32_t)(srcLimit-*src), in ucnv_extInitialMatchFromU()
|
/third_party/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 (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()
|
/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); 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 …]
|
/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 …]
|
/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/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()
|